summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-07-02change talloc to 2.0.0Andrew Tridgell3-3/+3
2009-07-02Changed ldb.ERR_NO_SUCH_OBJECT to LDB_ERR_NO_SUCH_OBJECT.Andrew Tridgell1-5/+5
2009-07-02fixed the pull of drs schema elementsAndrew Tridgell3-33/+108
2009-07-02the settings structure needs to be initialisedAndrew Tridgell1-0/+1
2009-07-02LDB_ERR_INVALID_DN_SYNTAX doesn't exist ...Andrew Tridgell1-1/+1
2009-07-02s4:param use talloc_unlink() to free iconv context holding referencesAndrew Bartlett1-1/+1
2009-07-02[SAMBA 4 directory] Changes "forceLogoff" and corrects the "subRefs"Matthias Dieter Wallnöfer1-2/+4
2009-07-01Ensure we don't use delayed writes on POSIX opened files.Jeremy Allison2-0/+15
2009-07-01Fix bug #6520 time stamps - e.g. last mod time is not preserved when "unix ex...Jeremy Allison1-3/+31
2009-07-01s3:util: let parent_dirname() correctly return toplevel filenamesStefan Metzmacher1-1/+1
2009-07-01s3:onefs_open: remove unused variable passed to parent_dirname()Stefan Metzmacher1-2/+1
2009-07-01s3:smbd: remove unused variables passed to parent_dirname()Stefan Metzmacher2-5/+3
2009-07-01s3:build: remove the libgpo objects upon "make clean"Michael Adam1-1/+2
2009-07-01s3:build: remove ../libcli/nbt/tools/nmblookup.o and friends in make cleanMichael Adam1-1/+1
2009-07-01lib/util: fix order of includes in tevent_ntstatus.cMichael Adam1-1/+1
2009-07-01fixed the talloc testsuite for the recent changesAndrew Tridgell1-6/+10
2009-07-01a talloc_realloc() to zero size needs to use an unambiguous freeAndrew Tridgell1-1/+1
2009-07-01s3/docs: Fix typo.Matt Kraai1-1/+1
2009-07-01removed a generated fileAndrew Tridgell1-74/+0
2009-07-01use a talloc_reparent in a very ugly wayAndrew Tridgell1-2/+11
2009-07-01use the new talloc_reparent in two placesAndrew Tridgell2-2/+2
2009-07-01changes to remove the ambiguity in talloc_free() and talloc_steal() Andrew Tridgell2-26/+109
2009-07-01gensec_start now steals the auth_contextAndrew Tridgell1-1/+3
2009-07-01A rather strange varient of talloc_unlinkAndrew Tridgell1-1/+1
2009-07-01another case that should use py_talloc_referenceAndrew Tridgell1-1/+1
2009-07-01use py_talloc_reference instead of py_talloc_importAndrew Tridgell1-1/+1
2009-07-01py_talloc_import now uses a steal, so this free is incorrectAndrew Tridgell1-1/+0
2009-07-01fixed use of reference in pytallocAndrew Tridgell2-3/+24
2009-07-01use a talloc_unlink() as ops may have a referenceAndrew Tridgell1-1/+1
2009-07-01fixed the reference to the global_schemaAndrew Tridgell1-2/+3
2009-07-01removed a redundent talloc_stealAndrew Tridgell1-2/+0
2009-07-01fixed the use of talloc_steal in ntlmssp_server Andrew Tridgell1-3/+2
2009-07-01fixed rpc smb code to not reply on talloc_free being a function pointerAndrew Tridgell2-2/+13
2009-07-01[SAMBA 4 directory] Corrects the "systemFlags" attributesMatthias Dieter Wallnöfer7-32/+39
2009-07-01[SAMBA 4 directory] Adds the complete "objectclass path" to our self-created ...Matthias Dieter Wallnöfer1-0/+4
2009-07-01[SAMBA 4 directory] Adds the object version and "systemFlags" attribute to th...Matthias Dieter Wallnöfer1-0/+2
2009-06-30s3 docs: Add documentation for 'kerberos method' and 'dedicated keytab file' ...Tim Prouty2-0/+54
2009-06-30Fix bug #6496 - MS-DFS: cannot follow multibyte char link name.SATOH Fumiyasu2-15/+39
2009-06-30s3-netlogon: remove unneeded fstrings from netlogon server.Günther Deschner1-22/+12
2009-06-30umount.cifs: don't build it by defaultJeff Layton2-9/+47
2009-06-30Fix bug #6431 - local groups from 3.0 setups no longer found.Volker Lendecke1-8/+8
2009-06-30s3-spoolss: Bug #6512. Fix support for enumerating user forms.Günther Deschner1-5/+5
2009-06-30s4-smbtorture: Test for newly added form with enum call in RPC-SPOOLSS.Günther Deschner1-0/+45
2009-06-30s4-smbtorture: remove trailing whitespace from RPC-SPOOLSS.Günther Deschner1-98/+98
2009-06-30Rework the kerberos-notes.txt in order and formatDon Davis1-0/+803
2009-06-30s4:ldb Allow rootdse module to build without ldb_private.hAndrew Bartlett3-2/+4
2009-06-30s4: dsdb Avoid using the internal ldb_private.h headerAndrew Bartlett5-118/+122
2009-06-30s4:heimdal Allow KRB5_NT_ENTERPRISE names in all DB lookupsAndrew Bartlett5-24/+35
2009-06-30s4:kdc Only get the lp_ctx once for a LDB_fetch()Andrew Bartlett1-11/+18
2009-06-30Rework hdb-samba4 to remove useless abstractions.Andrew Bartlett1-84/+44