summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
| |
| * r22504: Fix bug Jerry found during his tutorial. Sorry :-(Jim McDonough2007-04-241-1/+6
| | | | | | | | | | | | | | | | | | Allows authorized users (e.g. BUILTIN\Administrators members) to set attributes on an account, particularly "user cannot change password". add become_root() around updating attributes, after checking that access has been granted.
| * r22502: Fix bug #4536 - delete symlinks to a directory correctly.Jeremy Allison2007-04-241-1/+17
| | | | | | | | Jeremy.
| * r22496: reg_enumvalue should return WERR_NO_MORE_ITEMS instead ofMichael Adam2007-04-241-1/+1
| | | | | | | | | | | | WERR_BAD_FILE when all items have been successfully enumerated. Besides seeming the reasonable code to return, this is what I have seen from w2k3, w2k, wxp.
| * r22495: Create wrapper to hide the details of obtaining a set of socketsJames Peach2007-04-233-168/+205
| | | | | | | | to listen on.
| * r22493: Fix horrible memory corruption bug with CIFS POSIX open/mkidr.Jeremy Allison2007-04-231-0/+2
| | | | | | | | | | Found by SteveF + valgrind :-). Jerry - essential for rc3. Jeremy.
| * r22492: Add objectid code.Jeremy Allison2007-04-232-11/+24
| | | | | | | | Jeremy.
| * r22491: Fix the build (3.0.25 and 3.0 are different here).Jeremy Allison2007-04-231-1/+1
| | | | | | | | Jeremy.
| * r22490: Fix a couple of bugs found whist investigating CSC Vista issues.Jeremy Allison2007-04-231-4/+92
| | | | | | | | | | | | | | Ensure we correctly NULL out allocation size fields. Allow QFILEINFO on pipes (Vista bug ?). Jerry - don't automatically merge for 3.0.25. Jeremy.
| * r22489: Add a deletedomgroup command to rpcclient (samr).Michael Adam2007-04-231-0/+73
| | | | | | | | | | | | Corresponding to deletedomuser. Michael
| * r22484: Check for the talloc_strdup to succeed.Günther Deschner2007-04-231-0/+1
| | | | | | | | Guenther
| * r22483: Attempt to fix the build.Günther Deschner2007-04-231-6/+8
| | | | | | | | Guenther
| * r22481: Move check for non-mappable SIDs to after sid_to_uid,Jeremy Allison2007-04-232-11/+13
| | | | | | | | | | | | sid_to_gid mapping, add LocalSystem to non-mappable list. Jeremy.
| * r22480: Remove accidentially comitted getpeereid hunks again.Günther Deschner2007-04-231-9/+0
| | | | | | | | Guenther
| * r22479: Add "net ads keytab list".Günther Deschner2007-04-235-7/+212
| | | | | | | | Guenther
| * r22473: Correct fix for setting a default compat tdb idmap backend.Gerald Carter2007-04-231-29/+30
| | | | | | | | | | | | Previous code would always fill in "idmap backend = tdb" even if you defined idmap domains. My fault. I should have tested the original patch more before committing.
| * r22468: Fixing implicit declaration of krb5_set_default_tgs_ktypes (which is ↵Günther Deschner2007-04-221-2/+0
| | | | | | | | | | | | | | | | hidden by KRB5_PRIVATE in MIT and doesn't exist on Heimdal). Guenther
| * r22467: Adding configure check for -Werror-implicit-function-declaration and ↵Günther Deschner2007-04-221-2/+24
| | | | | | | | | | | | | | | | use it in -enable-developer. Guenther
| * r22466: Fix build warning.Günther Deschner2007-04-221-1/+1
| | | | | | | | Guenther
| * r22465: Last attempt to fix the build before dinner.Günther Deschner2007-04-221-0/+3
| | | | | | | | Guenther
| * r22464: remove double code and use a functionStefan Metzmacher2007-04-221-34/+5
| | | | | | | | metze
| * r22463: Add prototype.Günther Deschner2007-04-221-0/+6
| | | | | | | | Guenther
| * r22461: Use ranged LDAP queries in lookup_usergroups_member() and start to ↵Günther Deschner2007-04-221-99/+75
| | | | | | | | | | | | | | | | | | optinmize lookup_groupmem(). In the later, at least try to avoid those massive LDAP dn_lookups by looking in the cache before. Guenther
| * r22460: Adding a generic ads_ranged_search() function.Günther Deschner2007-04-221-1/+173
| | | | | | | | Guenther
| * r22459: Adding ads_get_dn_from_extended_dn(), in preparation of making ↵Günther Deschner2007-04-221-3/+37
| | | | | | | | | | | | | | | | ranged LDAP queries more generic. Michael, feel free to overwrite these and the following. Guenther
| * r22458: Fix a commentVolker Lendecke2007-04-221-1/+1
| |