1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-18 00:23:50 +03:00
Commit Graph

979 Commits

Author SHA1 Message Date
Stefan Metzmacher
81f50fbc95 r845: convert SUBSYSTEM LIBBASIC to a .mk file
metze
2007-10-10 12:53:54 -05:00
Andrew Tridgell
2ba7ff824c r839: password set/change in the samr server is complex enough that it
deserves its own C module
2007-10-10 12:53:54 -05:00
Andrew Tridgell
f61d333b2a r838: got rid of rpc_misc.h 2007-10-10 12:53:54 -05:00
Andrew Tridgell
3068b766ed r837: get rid of some more old rpc headers, and the genparser headers 2007-10-10 12:53:54 -05:00
Andrew Tridgell
d75fcbf068 r836: get rid of SEC_DESC and related structure definitions 2007-10-10 12:53:54 -05:00
Jelmer Vernooij
fe5166ee88 r834: Fix gconf and dir backends 2007-10-10 12:53:54 -05:00
Jelmer Vernooij
e4f6ca8522 r833: Compile error 2007-10-10 12:53:54 -05:00
Jelmer Vernooij
9228aeeafd r832: Only show menu items for backends if they're present 2007-10-10 12:53:54 -05:00
Andrew Bartlett
5f5786ad5f r831: These functions duplicate the push/pull charcnv interfaces that we use
everywhere else in the Samba code, so remove them for clarity.

(ok, so  also just never liked the names  ;-)

Andrew Bartlett
2007-10-10 12:53:53 -05:00
Jelmer Vernooij
ad88561bec r830: Use pull_ucs2_talloc() instead of acnv_u2ux() and fix a memory leak. 2007-10-10 12:53:53 -05:00
Jelmer Vernooij
2a87981bd0 r829: Implement 'hive' command 2007-10-10 12:53:53 -05:00
Jelmer Vernooij
25c27b176c r828: Some fixes in the core and regshell concerning hives and
unicode
2007-10-10 12:53:53 -05:00
Andrew Tridgell
121dd9ba00 r827: remove a few more unused functions that we are unlikely to use again 2007-10-10 12:53:53 -05:00
Andrew Tridgell
e306e27cf3 r826: removed a pile of old code, in preparation for a new ACL handling system. I'd like to get rid of DOM_SID completely soon 2007-10-10 12:53:53 -05:00
Jelmer Vernooij
8cd1b6bc70 r825: - Introduce support for multiple roots (or 'hives')
- Clean up rpc backend (possible now that multiple hives are supported)
2007-10-10 12:53:53 -05:00
Stefan Metzmacher
081f7970dd r822: use 'Last Change Rev:' instead of 'Revision:' from the svn info output
for setting the SVN_REVISION in version.h

metze
2007-10-10 12:53:52 -05:00
Stefan Metzmacher
9de377a914 r821: prompt user for password if not given by -U user%pass
and not as torture:password in smb.conf

metze
2007-10-10 12:53:52 -05:00
Jelmer Vernooij
d4cc4b3d68 r819: Fix seg fault in rpc backend, found by Andrew Bartlett 2007-10-10 12:53:52 -05:00
Andrew Tridgell
8e5ddf5e8e r818: added server side SMB signing to Samba4 2007-10-10 12:53:52 -05:00
Andrew Bartlett
7c69a85984 r816: - Make use of tridge's new samdb_result_sid_prefix() helper function.
- Remove legacy sid_to_string (which contained a memleak)

 - Remove some unused parts of lib/util_sid.c

Andrew Bartlett
2007-10-10 12:53:52 -05:00
Andrew Tridgell
b4b67c3301 r815: include our netbios name in the negprot response (this matches win2003) 2007-10-10 12:53:52 -05:00
Andrew Tridgell
a11340a971 r813: gcc has fixed its huge debug sizes with -g now, so drop the -gstabs,
allowing us to use a more standard debug format.

If you want it even smaller than I recommend the
-feliminate-dwarf2-dups option, if your version of gcc supports it.
2007-10-10 12:53:52 -05:00
Andrew Tridgell
255d6e77e7 r812: added a new samdb_replace() call that simplifies the code in the main samr server a bit. 2007-10-10 12:53:51 -05:00
Andrew Tridgell
1418b667d9 r811: make the ldb_modify REPLACE semantics better match LDAP (ie. no error
on the attribute not existing and allow an empty replace)
2007-10-10 12:53:51 -05:00
Simo Sorce
e1afaa1e9c r808: fix libtdb build by ifedffing out an smb_panic() and copying over CatchSignal fn from lib/signal changing it's name to TdbCatchSignal 2007-10-10 12:53:51 -05:00
Stefan Metzmacher
ee32d29044 r807: compile with PICFLAG by default
(ask tridge why this is better than recompiling only the
 files we need for libraries with PICFLAG)

metze
2007-10-10 12:53:51 -05:00
Tim Potter
c63cb50ca5 r806: Checkin of workarea - tridge gave me some good ideas today for a better
way to do this.
2007-10-10 12:53:51 -05:00
Andrew Tridgell
24bbf9f1bc r796: fixed samr_OemChangePasswordUser2() to replace attributes, not add 2007-10-10 12:53:51 -05:00
Andrew Tridgell
c1a65f83f6 r793: - don't make templates members of any class that would make them show
up in searches like "objectclass=user"

 - auto-add the computer objectclass for computer accounts on create

 - added two types of password change call in samr server

 - reset last_fault_code before each dcerpc call
2007-10-10 12:53:51 -05:00
Andrew Tridgell
3657539623 r792: - changed the ldb ldif_* functions to be in the ldb_ namespace
- added better error reporting in ldbdel

 - fixed a bug in handling packing of records which contain elements
   with no values (it caused db corruption)

 - allow search with "dn" as target attribute
2007-10-10 12:53:50 -05:00
Andrew Tridgell
ec38392888 r791: added ldb man page build to ldb makefile 2007-10-10 12:53:50 -05:00
Andrew Tridgell
dcb9d1a897 r790: started working on some documentation (manual pages) for ldb 2007-10-10 12:53:50 -05:00
Simo Sorce
c0c1596dbd r789: we return wrong number of entries 2007-10-10 12:53:50 -05:00
Andrew Tridgell
770322bfdf r782: added torture test for level 6 logon level in netr_LogonSamLogon 2007-10-10 12:53:50 -05:00
Andrew Tridgell
446808ae4d r781: added level6 for logon level in SamLogon netlogon.idl 2007-10-10 12:53:50 -05:00
Stefan Metzmacher
2bb9f4adc0 r771: don't know why but the SMB_INCLUDE_M4() didn't work correct
metze
2007-10-10 12:53:50 -05:00
Stefan Metzmacher
25084445e7 r770: remove unused pam_smbpass/ dir from samba4
metze
2007-10-10 12:53:50 -05:00
Stefan Metzmacher
1f8aae548a r769: remove unused locking/ dir
metze
2007-10-10 12:53:49 -05:00
Stefan Metzmacher
467f1e8e96 r768: remove unused msdfs directory
(in 3.X it's also gone)

metze
2007-10-10 12:53:49 -05:00
Stefan Metzmacher
e65b38b7ca r767: add a $flags argument to the std_CC make rule generater
we may need this for compiling with -fPIC

metze
2007-10-10 12:53:49 -05:00
Stefan Metzmacher
62d456c144 r766: convert ntvfs/* to a config.mk file
metze
2007-10-10 12:53:49 -05:00
Stefan Metzmacher
afbe692b47 r765: add SMB_INCLUDE_M4() macro as wrapper arround sinclude()
metze
2007-10-10 12:53:49 -05:00
Tim Potter
1517ef3a98 r759: Fix some perl warnings. 2007-10-10 12:53:49 -05:00
Stefan Metzmacher
4bfecf337b r758: just move the util file to the additional object file list
metze
2007-10-10 12:53:49 -05:00
Tim Potter
f7b2315668 r757: Handle empty union arms (ala rid only entries in netlogon). 2007-10-10 12:53:49 -05:00
Tim Potter
1ece224c9a r756: Handle default element in union. 2007-10-10 12:53:49 -05:00
Stefan Metzmacher
f0b2e42978 r755: - disallow process_model _thread when we don't have pwread/pwrite
and have to use the nonthreadsafe wrapper
- add pread/pwrite wrapper to ntvfs_simple
- fix const warning in ntvfs_simple

metze
2007-10-10 12:53:48 -05:00
Andrew Bartlett
f9f581b580 r754: Implement the SetPassword operation on the netlogon pipe.
This involves allowing the password set code in samdb to take an
already hashed password, and some fixes to our torture code.

Andrew Bartlett
2007-10-10 12:53:48 -05:00
Tim Potter
03863a2ca8 r753: Big reorganisation of everything - also fixes handling of dissectors
for structures.

Instead of trying to parse everything to produce output in the right
order, generate parser in two steps: 1) gather information and register
names, fields, types etc.  2) generate output using data from step 1.
2007-10-10 12:53:48 -05:00
Andrew Bartlett
a93c70154a r752: Remove debugging hack (make sure the cleanup test account after we
leave) and test that the password change actually worked.

Andrew Bartlett
2007-10-10 12:53:48 -05:00