summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* r22573: Fix old bug mixing free() and talloc_free()Jeremy Allison2007-10-101-1/+1
* r22564: Move the _strict -> _zeronull functions into lib/util.cJeremy Allison2007-10-106-122/+125
* r22561: Fix a memleak in lanman.c: Nobody would free the session_list.Volker Lendecke2007-10-103-13/+10
* r22560: Clean up frees of realloc memory in mount.cifs (thanks to Alex forSteve French2007-10-101-6/+6
* r22555: Ensure our paranoid malloc functions return NULL onJeremy Allison2007-10-101-0/+12
* r22554: Fix an assumption that TALLOC_ARRAY(.., 0) != NULL.Volker Lendecke2007-10-101-2/+7
* r22553: Fix the buildVolker Lendecke2007-10-102-2/+2
* r22543: Fix bad call to talloc_strict (too few args).Jeremy Allison2007-10-101-1/+1
* r22542: Move over to using the _strict varients of the tallocJeremy Allison2007-10-1039-114/+143
* r22541: Added talloc_size_strict macro.Jeremy Allison2007-10-101-0/+1
* r22540: Added _strict varients of the macro calls - addedJeremy Allison2007-10-101-0/+6
* r22539: Added _strict varients of the talloc calls toJeremy Allison2007-10-102-1/+96
* r22537: Use a (more speaking) macro when there is one.Michael Adam2007-10-101-1/+1
* r22533: Use lib functions where we have themVolker Lendecke2007-10-101-2/+3
* r22529: Add implementation of HP-UX ACLs in the new vfs-module framework.Michael Adam2007-10-101-56/+1137
* r22526: Support deep tree mounts after share (instead of having to specifySteve French2007-10-101-0/+10
* r22524: Fix memleak.Günther Deschner2007-10-101-0/+2
* r22511: Remove unused LDAPMessage.Günther Deschner2007-10-101-3/+0
* r22509: Fix some memory corruption caused by calling free()Gerald Carter2007-10-101-6/+6
* r22507: Wrap the method of obtaining sockets to listen on.James Peach2007-10-104-103/+129
* r22505: Fix buildAlexander Bokovoy2007-10-101-1/+1
* r22504: Fix bug Jerry found during his tutorial. Sorry :-(Jim McDonough2007-10-101-1/+6
* r22502: Fix bug #4536 - delete symlinks to a directory correctly.Jeremy Allison2007-10-101-1/+17
* r22496: reg_enumvalue should return WERR_NO_MORE_ITEMS instead ofMichael Adam2007-10-101-1/+1
* r22495: Create wrapper to hide the details of obtaining a set of socketsJames Peach2007-10-103-168/+205
* r22493: Fix horrible memory corruption bug with CIFS POSIX open/mkidr.Jeremy Allison2007-10-101-0/+2
* r22492: Add objectid code.Jeremy Allison2007-10-102-11/+24
* r22491: Fix the build (3.0.25 and 3.0 are different here).Jeremy Allison2007-10-101-1/+1
* r22490: Fix a couple of bugs found whist investigating CSC Vista issues.Jeremy Allison2007-10-101-4/+92
* r22489: Add a deletedomgroup command to rpcclient (samr).Michael Adam2007-10-101-0/+73
* r22484: Check for the talloc_strdup to succeed.Günther Deschner2007-10-101-0/+1
* r22483: Attempt to fix the build.Günther Deschner2007-10-101-6/+8
* r22481: Move check for non-mappable SIDs to after sid_to_uid,Jeremy Allison2007-10-102-11/+13
* r22480: Remove accidentially comitted getpeereid hunks again.Günther Deschner2007-10-101-9/+0
* r22479: Add "net ads keytab list".Günther Deschner2007-10-105-7/+212
* r22473: Correct fix for setting a default compat tdb idmap backend.Gerald Carter2007-10-101-29/+30
* r22468: Fixing implicit declaration of krb5_set_default_tgs_ktypes (which is ...Günther Deschner2007-10-101-2/+0
* r22467: Adding configure check for -Werror-implicit-function-declaration and ...Günther Deschner2007-10-101-2/+24
* r22466: Fix build warning.Günther Deschner2007-10-101-1/+1
* r22465: Last attempt to fix the build before dinner.Günther Deschner2007-10-101-0/+3
* r22464: remove double code and use a functionStefan Metzmacher2007-10-101-34/+5
* r22463: Add prototype.Günther Deschner2007-10-101-0/+6
* r22461: Use ranged LDAP queries in lookup_usergroups_member() and start to op...Günther Deschner2007-10-101-99/+75
* r22460: Adding a generic ads_ranged_search() function.Günther Deschner2007-10-101-1/+173
* r22459: Adding ads_get_dn_from_extended_dn(), in preparation of making ranged...Günther Deschner2007-10-101-3/+37
* r22458: Fix a commentVolker Lendecke2007-10-101-1/+1
* r22447: Patch from Ying Li <ying.li2@hp.com> to default tdb idmapGerald Carter2007-10-101-0/+8
* r22444: * Validate a SID before trying to convert it to a uid/gid via the publicGerald Carter2007-10-101-3/+3
* r22441: Add automatic dependency tracking. The dependency generation isJames Peach2007-10-1012-8/+1065
* r22430: Add SID validate to sid2uid() and sid2gid() public entry points in wi...Gerald Carter2007-10-101-4/+81