summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Collapse)AuthorAgeFilesLines
...
| * r22654: And this is now Samba 3.0.27pre1-SVNGerald Carter2007-05-031-1/+1
| |
| * r22648: Fix comment to match the code.James Peach2007-05-031-1/+1
| |
| * r22647: Avoid leaking a full info3 structure on each winbindd cached login ↵Günther Deschner2007-05-033-9/+11
| | | | | | | | | | | | | | | | by making netsamlogon_cache_get() return a talloc'ed structure. Guenther
| * r22646: segfault fix in idmap_ldap.c from 3_0_25Simo Sorce2007-05-031-2/+8
| |
| * r22644: Fix memleak.Günther Deschner2007-05-031-1/+3
| | | | | | | | Guenther
| * r22643: Don't clear cached U/SID and UG/SID entries when we want to logon ↵Günther Deschner2007-05-031-1/+8
| | | | | | | | | | | | offline. Guenther
| * r22641: Install tdbdump and tdbbackup.Jelmer Vernooij2007-05-022-3/+3
| |
| * r22636: Fix logic bug. Günther Deschner2007-05-021-6/+6
| | | | | | | | | | | | | | | | | | We certainly don't want to crash winbind on each sucessfull centry_uint{8,16,32,64} read. Jeremy, please check :-) Guenther
| * r22633: Fix typo in debug message.James Peach2007-05-011-1/+1
| |
| * r22631: Remove the possibility of sid_check_is_domain andJames Peach2007-05-011-2/+1
| | | | | | | | sid_check_is_in_our_domain getting out of sync.
| * r22630: Revert svn r22576 (parse change to enum_aliasmem(). Original code ↵Gerald Carter2007-05-011-17/+4
| | | | | | | | was correct
| * r22615: fix prototypeMichael Adam2007-04-301-1/+1
| |
| * r22614: Only enable GNU-isms in the Makefile if we can be sure that the GNUJames Peach2007-04-301-2/+8
| | | | | | | | make we found is what will be run when the user invokes "make".
| * r22613: Fix an uninitialized variable warningVolker Lendecke2007-04-301-1/+1
| |
| * r22611: Fix from Jens Nissen <jens.nissen@gmx.net>. Fix badJeremy Allison2007-04-302-3/+1
| | | | | | | | | | | | | | | | | | | | | | memory leak I introduced into acl code, also remove redundent extra check for global_sid_System : global_sid_System == S-1-5-18 which is already included in the check for a domain of global_sid_NT_Authority == S-1-5 Jeremy.
| * r22593: Finish doing the same for raw TALLOC.Jeremy Allison2007-04-301-109/+172
| | | | | | | | Jeremy.
| * r22592: Fix TALLOC_SIZE to be consistent.Jeremy Allison2007-04-301-7/+11
| | | | | | | | Jeremy.
| * r22590: Make TALLOC_ARRAY consistent across all uses.Jeremy Allison2007-04-309-40/+87
| | | | | | | | | | That should be it.... Jeremy.
| * r22589: Make TALLOC_ARRAY consistent across all uses.Jeremy Allison2007-04-3024-285/+522
| | | | | | | | Jeremy.
| * r22588: Make all uses of TALLOC_MEMDUP consistent.Jeremy Allison2007-04-308-27/+83
| | | | | | | | Jeremy.
| * r22587: Ensure TALLOC_ZERO_ARRAY is consistent.Jeremy Allison2007-04-303-30/+72
| | | | | | | | Jeremy.
| * r22586: Add a modified version of Simo's patch.Jeremy Allison2007-04-301-13/+28
| | | | | | | | Jeremy.
| * r22585: Get us into a consistent state with TALLOC_ZERO_ARRAY also.Jeremy Allison2007-04-304-69/+125
| | | | | | | | Jeremy.
| * r22584: Don't hardcode specific Python version.Jelmer Vernooij2007-04-292-2/+2
| | | | | | | | Patch by the Samba packaging team for Debian.
| * r22583: Support non-Linux GNU systems (such as Debians' GNU with FreeBSD ↵Jelmer Vernooij2007-04-291-5/+17
| | | | | | | | | | | | | | | | kernel and Hurd systems). Patch by the Samba packaging team for Debian.
| * r22578: Remove python build directory and generated smbadduser.Jelmer Vernooij2007-04-291-0/+2
| | | | | | | | Patch originally by the Debian packaging team for Samba.
| * r22577: Change all of parse/*.c to use standard form. Fix someJeremy Allison2007-04-294-76/+127
| | | | | | | | | | marshalling bugs. Jeremy.
| * r22576: Fix marshalling bug in aliasmem.Jeremy Allison2007-04-291-4/+17
| | | | | | | | Jeremy.
| * r22574: Fix reply when we have no dfs shares.Jeremy Allison2007-04-291-12/+27
| | | | | | | | Jeremy.
| * r22573: Fix old bug mixing free() and talloc_free()Jeremy Allison2007-04-291-1/+1
| | | | | | | | | | | | | | when the add_sid_to_array_XX code was moved from malloc to talloc. Found running valgrind and rpcclient. Needs merging for 3.0.25 final. Jeremy.
| * r22564: Move the _strict -> _zeronull functions into lib/util.cJeremy Allison2007-04-296-122/+125
| | | | | | | | | | and out of talloc at tridge's request. Jeremy.
| * r22561: Fix a memleak in lanman.c: Nobody would free the session_list.Volker Lendecke2007-04-283-13/+10
| | | | | | | | Volker
| * r22560: Clean up frees of realloc memory in mount.cifs (thanks to Alex forSteve French2007-04-281-6/+6
| | | | | | | | reminding me how to use Valgrind).
| * r22555: Ensure our paranoid malloc functions return NULL onJeremy Allison2007-04-281-0/+12
| | | | | | | | | | size == 0 so we have a known behavior. Jeremy.
| * r22554: Fix an assumption that TALLOC_ARRAY(.., 0) != NULL.Volker Lendecke2007-04-281-2/+7
| | | | | | | | Volker
| * r22553: Fix the buildVolker Lendecke2007-04-282-2/+2
| |
| * r22543: Fix bad call to talloc_strict (too few args).Jeremy Allison2007-04-281-1/+1
| | | | | | | | | | Should fix build farm breakage. Jeremy.
| * r22542: Move over to using the _strict varients of the tallocJeremy Allison2007-04-2739-114/+143
| | | | | | | | | | calls. No functional changes. Looks bigger than it is :-). Jeremy.
| * r22541: Added talloc_size_strict macro.Jeremy Allison2007-04-271-0/+1
| | | | | | | | Jeremy.
| * r22540: Added _strict varients of the macro calls - addedJeremy Allison2007-04-271-0/+6
| | | | | | | | | | prototypes. Jeremy.
| * r22539: Added _strict varients of the talloc calls toJeremy Allison2007-04-272-1/+96
| | | | | | | | | | return NULL on size == 0 varients. Jeremy.
| * r22537: Use a (more speaking) macro when there is one.Michael Adam2007-04-271-1/+1
| |
| * r22533: Use lib functions where we have themVolker Lendecke2007-04-271-2/+3
| |
| * r22529: Add implementation of HP-UX ACLs in the new vfs-module framework.Michael Adam2007-04-271-56/+1137
| |
| * r22526: Support deep tree mounts after share (instead of having to specifySteve French2007-04-261-0/+10
| | | | | | | | prepath)
| * r22524: Fix memleak.Günther Deschner2007-04-261-0/+2
| | | | | | | | Guenther
| * r22511: Remove unused LDAPMessage.Günther Deschner2007-04-251-3/+0
| | | | | | | | Guenther
| * r22509: Fix some memory corruption caused by calling free()Gerald Carter2007-04-251-6/+6
| | | | | | | | | | on talloc()'d memory when adding/removing members from Local Groups.
| * r22507: Wrap the method of obtaining sockets to listen on.James Peach2007-04-244-103/+129
| |
| * r22505: Fix buildAlexander Bokovoy2007-04-241-1/+1
| |