summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r22675: Simo's patch for 0 size allocation. Still needJeremy Allison5-19/+29
2007-10-10r22673: Fix for Jerry's reversion. We still need to check sizeJeremy Allison1-4/+16
2007-10-10r22666: Expand kerberos_kinit_password_ext() to return NTSTATUS codes and makeGünther Deschner3-7/+35
2007-10-10r22664: When we have krb5_get_init_creds_opt_get_error() then try to get the ...Günther Deschner4-0/+167
2007-10-10r22663: Restructure kerberos_kinit_password_ext() error path.Günther Deschner1-53/+33
2007-10-10r22659: merge from SAMBA_4_0:Stefan Metzmacher2-1/+14
2007-10-10r22655: Call correct free-macros in netsamlogon_cache_get() error paths. Forg...Günther Deschner1-4/+3
2007-10-10r22654: And this is now Samba 3.0.27pre1-SVNGerald Carter1-1/+1
2007-10-10r22648: Fix comment to match the code.James Peach1-1/+1
2007-10-10r22647: Avoid leaking a full info3 structure on each winbindd cached login by...Günther Deschner3-9/+11
2007-10-10r22646: segfault fix in idmap_ldap.c from 3_0_25Simo Sorce1-2/+8
2007-10-10r22644: Fix memleak.Günther Deschner1-1/+3
2007-10-10r22643: Don't clear cached U/SID and UG/SID entries when we want to logon off...Günther Deschner1-1/+8
2007-10-10r22641: Install tdbdump and tdbbackup.Jelmer Vernooij2-3/+3
2007-10-10r22636: Fix logic bug.Günther Deschner1-6/+6
2007-10-10r22633: Fix typo in debug message.James Peach1-1/+1
2007-10-10r22631: Remove the possibility of sid_check_is_domain andJames Peach1-2/+1
2007-10-10r22630: Revert svn r22576 (parse change to enum_aliasmem(). Original code wa...Gerald Carter1-17/+4
2007-10-10r22615: fix prototypeMichael Adam1-1/+1
2007-10-10r22614: Only enable GNU-isms in the Makefile if we can be sure that the GNUJames Peach1-2/+8
2007-10-10r22613: Fix an uninitialized variable warningVolker Lendecke1-1/+1
2007-10-10r22611: Fix from Jens Nissen <jens.nissen@gmx.net>. Fix badJeremy Allison2-3/+1
2007-10-10r22593: Finish doing the same for raw TALLOC.Jeremy Allison1-109/+172
2007-10-10r22592: Fix TALLOC_SIZE to be consistent.Jeremy Allison1-7/+11
2007-10-10r22590: Make TALLOC_ARRAY consistent across all uses.Jeremy Allison9-40/+87
2007-10-10r22589: Make TALLOC_ARRAY consistent across all uses.Jeremy Allison24-285/+522
2007-10-10r22588: Make all uses of TALLOC_MEMDUP consistent.Jeremy Allison8-27/+83
2007-10-10r22587: Ensure TALLOC_ZERO_ARRAY is consistent.Jeremy Allison3-30/+72
2007-10-10r22586: Add a modified version of Simo's patch.Jeremy Allison1-13/+28
2007-10-10r22585: Get us into a consistent state with TALLOC_ZERO_ARRAY also.Jeremy Allison4-69/+125
2007-10-10r22584: Don't hardcode specific Python version.Jelmer Vernooij2-2/+2
2007-10-10r22583: Support non-Linux GNU systems (such as Debians' GNU with FreeBSD kern...Jelmer Vernooij1-5/+17
2007-10-10r22578: Remove python build directory and generated smbadduser.Jelmer Vernooij1-0/+2
2007-10-10r22577: Change all of parse/*.c to use standard form. Fix someJeremy Allison4-76/+127
2007-10-10r22576: Fix marshalling bug in aliasmem.Jeremy Allison1-4/+17
2007-10-10r22574: Fix reply when we have no dfs shares.Jeremy Allison1-12/+27
2007-10-10r22573: Fix old bug mixing free() and talloc_free()Jeremy Allison1-1/+1
2007-10-10r22564: Move the _strict -> _zeronull functions into lib/util.cJeremy Allison6-122/+125
2007-10-10r22561: Fix a memleak in lanman.c: Nobody would free the session_list.Volker Lendecke3-13/+10
2007-10-10r22560: Clean up frees of realloc memory in mount.cifs (thanks to Alex forSteve French1-6/+6
2007-10-10r22555: Ensure our paranoid malloc functions return NULL onJeremy Allison1-0/+12
2007-10-10r22554: Fix an assumption that TALLOC_ARRAY(.., 0) != NULL.Volker Lendecke1-2/+7
2007-10-10r22553: Fix the buildVolker Lendecke2-2/+2
2007-10-10r22543: Fix bad call to talloc_strict (too few args).Jeremy Allison1-1/+1
2007-10-10r22542: Move over to using the _strict varients of the tallocJeremy Allison39-114/+143
2007-10-10r22541: Added talloc_size_strict macro.Jeremy Allison1-0/+1
2007-10-10r22540: Added _strict varients of the macro calls - addedJeremy Allison1-0/+6
2007-10-10r22539: Added _strict varients of the talloc calls toJeremy Allison2-1/+96
2007-10-10r22537: Use a (more speaking) macro when there is one.Michael Adam1-1/+1
2007-10-10r22533: Use lib functions where we have themVolker Lendecke1-2/+3