summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* s3:smbd: simplify the notify code a bit and always reply via change_notify_re...Stefan Metzmacher2009-07-023-35/+30
* s3:smbd: push nttrans and trans2 responses with no data to the clientStefan Metzmacher2009-07-022-0/+16
* s3:smbd: restore the 3.0.x bahavior of send_nt_replies()Stefan Metzmacher2009-07-021-0/+5
* s3:smbd: move global notify_changes_by_mid to smbd_server_connectionStefan Metzmacher2009-07-023-7/+8
* s3:smbd: allow the offset to the path being 0 in SMB2 createStefan Metzmacher2009-07-021-1/+3
* we can't use the unique index code for samAccountNameAndrew Tridgell2009-07-022-8/+75
* decrypt all objects in a DRS record, not just the first oneAndrew Tridgell2009-07-021-2/+5
* change talloc to 2.0.0Andrew Tridgell2009-07-023-3/+3
* Changed ldb.ERR_NO_SUCH_OBJECT to LDB_ERR_NO_SUCH_OBJECT.Andrew Tridgell2009-07-021-5/+5
* fixed the pull of drs schema elementsAndrew Tridgell2009-07-023-33/+108
* the settings structure needs to be initialisedAndrew Tridgell2009-07-021-0/+1
* LDB_ERR_INVALID_DN_SYNTAX doesn't exist ...Andrew Tridgell2009-07-021-1/+1
* s4:param use talloc_unlink() to free iconv context holding referencesAndrew Bartlett2009-07-021-1/+1
* [SAMBA 4 directory] Changes "forceLogoff" and corrects the "subRefs"Matthias Dieter Wallnöfer2009-07-021-2/+4
* Ensure we don't use delayed writes on POSIX opened files.Jeremy Allison2009-07-012-0/+15
* Fix bug #6520 time stamps - e.g. last mod time is not preserved when "unix ex...Jeremy Allison2009-07-011-3/+31
* s3:util: let parent_dirname() correctly return toplevel filenamesStefan Metzmacher2009-07-011-1/+1
* s3:onefs_open: remove unused variable passed to parent_dirname()Stefan Metzmacher2009-07-011-2/+1
* s3:smbd: remove unused variables passed to parent_dirname()Stefan Metzmacher2009-07-012-5/+3
* s3:build: remove the libgpo objects upon "make clean"Michael Adam2009-07-011-1/+2
* s3:build: remove ../libcli/nbt/tools/nmblookup.o and friends in make cleanMichael Adam2009-07-011-1/+1
* lib/util: fix order of includes in tevent_ntstatus.cMichael Adam2009-07-011-1/+1
* fixed the talloc testsuite for the recent changesAndrew Tridgell2009-07-011-6/+10
* a talloc_realloc() to zero size needs to use an unambiguous freeAndrew Tridgell2009-07-011-1/+1
* s3/docs: Fix typo.Matt Kraai2009-07-011-1/+1
* removed a generated fileAndrew Tridgell2009-07-011-74/+0
* use a talloc_reparent in a very ugly wayAndrew Tridgell2009-07-011-2/+11
* use the new talloc_reparent in two placesAndrew Tridgell2009-07-012-2/+2
* changes to remove the ambiguity in talloc_free() and talloc_steal() Andrew Tridgell2009-07-012-26/+109
* gensec_start now steals the auth_contextAndrew Tridgell2009-07-011-1/+3
* A rather strange varient of talloc_unlinkAndrew Tridgell2009-07-011-1/+1
* another case that should use py_talloc_referenceAndrew Tridgell2009-07-011-1/+1
* use py_talloc_reference instead of py_talloc_importAndrew Tridgell2009-07-011-1/+1
* py_talloc_import now uses a steal, so this free is incorrectAndrew Tridgell2009-07-011-1/+0
* fixed use of reference in pytallocAndrew Tridgell2009-07-012-3/+24
* use a talloc_unlink() as ops may have a referenceAndrew Tridgell2009-07-011-1/+1
* fixed the reference to the global_schemaAndrew Tridgell2009-07-011-2/+3
* removed a redundent talloc_stealAndrew Tridgell2009-07-011-2/+0
* fixed the use of talloc_steal in ntlmssp_server Andrew Tridgell2009-07-011-3/+2
* fixed rpc smb code to not reply on talloc_free being a function pointerAndrew Tridgell2009-07-012-2/+13
* [SAMBA 4 directory] Corrects the "systemFlags" attributesMatthias Dieter Wallnöfer2009-07-017-32/+39
* [SAMBA 4 directory] Adds the complete "objectclass path" to our self-created ...Matthias Dieter Wallnöfer2009-07-011-0/+4
* [SAMBA 4 directory] Adds the object version and "systemFlags" attribute to th...Matthias Dieter Wallnöfer2009-07-011-0/+2
* s3 docs: Add documentation for 'kerberos method' and 'dedicated keytab file' ...Tim Prouty2009-06-302-0/+54
* Fix bug #6496 - MS-DFS: cannot follow multibyte char link name.SATOH Fumiyasu2009-06-302-15/+39
* s3-netlogon: remove unneeded fstrings from netlogon server.Günther Deschner2009-06-301-22/+12
* umount.cifs: don't build it by defaultJeff Layton2009-06-302-9/+47
* Fix bug #6431 - local groups from 3.0 setups no longer found.Volker Lendecke2009-06-301-8/+8
* s3-spoolss: Bug #6512. Fix support for enumerating user forms.Günther Deschner2009-06-301-5/+5
* s4-smbtorture: Test for newly added form with enum call in RPC-SPOOLSS.Günther Deschner2009-06-301-0/+45