summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* r22583: Support non-Linux GNU systems (such as Debians' GNU with FreeBSD ↵Jelmer Vernooij2007-10-101-5/+17
| | | | | | | | | kernel and Hurd systems). Patch by the Samba packaging team for Debian. (This used to be commit 1aa64eb02c7eee174a4f9934cba1e5bde5fabfbb)
* r22578: Remove python build directory and generated smbadduser.Jelmer Vernooij2007-10-101-0/+2
| | | | | Patch originally by the Debian packaging team for Samba. (This used to be commit f46492a4dbb61e452ed1a93909986996b7aa2558)
* r22577: Change all of parse/*.c to use standard form. Fix someJeremy Allison2007-10-104-76/+127
| | | | | | marshalling bugs. Jeremy. (This used to be commit 3df99006f8a52af7cff0fbca1bf16157a8648254)
* r22576: Fix marshalling bug in aliasmem.Jeremy Allison2007-10-101-4/+17
| | | | | Jeremy. (This used to be commit 415c476f7242269d6feb2365531f4c8286bdc0f2)
* r22574: Fix reply when we have no dfs shares.Jeremy Allison2007-10-101-12/+27
| | | | | Jeremy. (This used to be commit f95bf093f9303131618b1de8f9b783ba19644bb3)
* r22573: Fix old bug mixing free() and talloc_free()Jeremy Allison2007-10-101-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. (This used to be commit 8af56dbd00045049ea3c5022822bbaeeecbd9661)
* r22564: Move the _strict -> _zeronull functions into lib/util.cJeremy Allison2007-10-106-122/+125
| | | | | | and out of talloc at tridge's request. Jeremy. (This used to be commit da78488b86c464b6861d36398cca7524ad5906fe)
* r22561: Fix a memleak in lanman.c: Nobody would free the session_list.Volker Lendecke2007-10-103-13/+10
| | | | | Volker (This used to be commit 5d428400f77399b7fc30fb2a0fb10f0c74b96458)
* r22560: Clean up frees of realloc memory in mount.cifs (thanks to Alex forSteve French2007-10-101-6/+6
| | | | | reminding me how to use Valgrind). (This used to be commit 4616c29b9f09b9863f1446e83c98e3adc327d0f9)
* r22555: Ensure our paranoid malloc functions return NULL onJeremy Allison2007-10-101-0/+12
| | | | | | size == 0 so we have a known behavior. Jeremy. (This used to be commit 27c0f2970842a6e07875c5591ded6352acf36a4e)
* r22554: Fix an assumption that TALLOC_ARRAY(.., 0) != NULL.Volker Lendecke2007-10-101-2/+7
| | | | | Volker (This used to be commit 1f15a8f371f7c56d1a6e67e52f0f184bbd270c84)
* r22553: Fix the buildVolker Lendecke2007-10-102-2/+2
| | | | (This used to be commit 561f3c67f40ed6a983ebf170e4014b256ca71219)
* r22543: Fix bad call to talloc_strict (too few args).Jeremy Allison2007-10-101-1/+1
| | | | | | Should fix build farm breakage. Jeremy. (This used to be commit efb43432b01f0b55df409225c7526ff232c00171)
* r22542: Move over to using the _strict varients of the tallocJeremy Allison2007-10-1039-114/+143
| | | | | | calls. No functional changes. Looks bigger than it is :-). Jeremy. (This used to be commit f6fa3080fee1b20df9f1968500840a88cf0ee592)
* r22541: Added talloc_size_strict macro.Jeremy Allison2007-10-101-0/+1
| | | | | Jeremy. (This used to be commit fcbfa2c99175780524d2258885410c79bbb12d6e)
* r22540: Added _strict varients of the macro calls - addedJeremy Allison2007-10-101-0/+6
| | | | | | prototypes. Jeremy. (This used to be commit 06b47f3d72d0ca1c83842dff3425d8dacd283fff)
* r22539: Added _strict varients of the talloc calls toJeremy Allison2007-10-102-1/+96
| | | | | | return NULL on size == 0 varients. Jeremy. (This used to be commit 1283da1bf8ebe458cf84ee4a703909945cdfcd88)
* r22537: Use a (more speaking) macro when there is one.Michael Adam2007-10-101-1/+1
| | | | (This used to be commit 2eec760154a4126df616a3c078b7741c57239c86)
* r22533: Use lib functions where we have themVolker Lendecke2007-10-101-2/+3
| | | | (This used to be commit dc18ab2f3407234dc545d5133660f9f04e8e5b55)
* r22529: Add implementation of HP-UX ACLs in the new vfs-module framework.Michael Adam2007-10-101-56/+1137
| | | | (This used to be commit aef5aad67884eb47d30fa2fadddb33e4005b8143)
* r22527: note the svn location of samba-docs on svnanon.samba.orgJames Peach2007-10-101-0/+2
| | | | (This used to be commit e13f1c608f931b78d068d5257e1c6873d5c31248)
* r22526: Support deep tree mounts after share (instead of having to specifySteve French2007-10-101-0/+10
| | | | | prepath) (This used to be commit 0548dea6c7222dc22144a86fffd32675cd14b677)
* r22524: Fix memleak.Günther Deschner2007-10-101-0/+2
| | | | | Guenther (This used to be commit e55c52f6547157f2684d6eb7ba14de7a0234324d)
* r22511: Remove unused LDAPMessage.Günther Deschner2007-10-101-3/+0
| | | | | Guenther (This used to be commit 31a193b02a08d2323d93659105c0fd5650b33419)
* r22509: Fix some memory corruption caused by calling free()Gerald Carter2007-10-101-6/+6
| | | | | | on talloc()'d memory when adding/removing members from Local Groups. (This used to be commit bade93ef9d810824e0fe332e85f21e50b03e403d)
* r22507: Wrap the method of obtaining sockets to listen on.James Peach2007-10-104-103/+129
| | | | (This used to be commit e027322b769b896184484155fef7c2ba247412a4)
* r22505: Fix buildAlexander Bokovoy2007-10-101-1/+1
| | | | (This used to be commit cc38ffb9a45b008ab7bbc3299610bd0dfec13aa9)
* r22504: Fix bug Jerry found during his tutorial. Sorry :-(Jim McDonough2007-10-101-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. (This used to be commit b1ab360519a1f67f50446ca8599e5b7aa58e7db3)
* r22502: Fix bug #4536 - delete symlinks to a directory correctly.Jeremy Allison2007-10-101-1/+17
| | | | | Jeremy. (This used to be commit dcc6517d9d349c65b045160e8a1358af088ae97a)
* r22496: reg_enumvalue should return WERR_NO_MORE_ITEMS instead ofMichael Adam2007-10-101-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. (This used to be commit e09e0d642d98165257c7c43ca2634a430772dcee)
* r22495: Create wrapper to hide the details of obtaining a set of socketsJames Peach2007-10-103-168/+205
| | | | | to listen on. (This used to be commit 29a16b2acb8da604776d48c6a1e6163c9e868d12)
* r22493: Fix horrible memory corruption bug with CIFS POSIX open/mkidr.Jeremy Allison2007-10-101-0/+2
| | | | | | Found by SteveF + valgrind :-). Jerry - essential for rc3. Jeremy. (This used to be commit b01c1c4618fe0ff9fd9bac7ed780a4676ea1ba7a)
* r22492: Add objectid code.Jeremy Allison2007-10-102-11/+24
| | | | | Jeremy. (This used to be commit d3df922038032b65f52e1e0ac1f2dd53a6933fb7)
* r22491: Fix the build (3.0.25 and 3.0 are different here).Jeremy Allison2007-10-101-1/+1
| | | | | Jeremy. (This used to be commit c34c291194f34a4b68c1b149dd513b79295a7f1c)
* r22490: Fix a couple of bugs found whist investigating CSC Vista issues.Jeremy Allison2007-10-101-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. (This used to be commit a27577815201101de4ca5c8375b7f768b6127fb2)
* r22489: Add a deletedomgroup command to rpcclient (samr).Michael Adam2007-10-101-0/+73
| | | | | | | Corresponding to deletedomuser. Michael (This used to be commit 9775de56b89f00c77cc52e5d53d93502dc79483e)
* r22484: Check for the talloc_strdup to succeed.Günther Deschner2007-10-101-0/+1
| | | | | Guenther (This used to be commit 38b4fddf5dba8ff28274237fcf69d628dc06640d)
* r22483: Attempt to fix the build.Günther Deschner2007-10-101-6/+8
| | | | | Guenther (This used to be commit db499b515b3a9bcc44dbaa6837e1a2a90894d2a2)
* r22481: Move check for non-mappable SIDs to after sid_to_uid,Jeremy Allison2007-10-102-11/+13
| | | | | | | sid_to_gid mapping, add LocalSystem to non-mappable list. Jeremy. (This used to be commit 805f01464f3feb30725dbce1f90d4296380dd796)
* r22480: Remove accidentially comitted getpeereid hunks again.Günther Deschner2007-10-101-9/+0
| | | | | Guenther (This used to be commit 3ef6181696d83cc4ebcc3722e6b45665146bd9b7)
* r22479: Add "net ads keytab list".Günther Deschner2007-10-105-7/+212
| | | | | Guenther (This used to be commit 9ec76c542775ae58ff03f42ebfa1acc1a63a1bb1)
* r22473: Correct fix for setting a default compat tdb idmap backend.Gerald Carter2007-10-101-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. (This used to be commit a60c3f6a5a92722552197f7ab133f2ec3af377f9)
* r22468: Fixing implicit declaration of krb5_set_default_tgs_ktypes (which is ↵Günther Deschner2007-10-101-2/+0
| | | | | | | | | hidden by KRB5_PRIVATE in MIT and doesn't exist on Heimdal). Guenther (This used to be commit 664db1cff674073c8eeaf69256a73d11e7ed9e3c)
* r22467: Adding configure check for -Werror-implicit-function-declaration and ↵Günther Deschner2007-10-101-2/+24
| | | | | | | | | use it in -enable-developer. Guenther (This used to be commit 750156337eadc2b7d7f30480f74b0816bc1f79e6)
* r22466: Fix build warning.Günther Deschner2007-10-101-1/+1
| | | | | Guenther (This used to be commit d6f259e91862df043f14430a60e9d646e30fe632)
* r22465: Last attempt to fix the build before dinner.Günther Deschner2007-10-101-0/+3
| | | | | Guenther (This used to be commit f6ade770bdd3e2b14e8db367c40167f49d6c6fa0)
* r22464: remove double code and use a functionStefan Metzmacher2007-10-101-34/+5
| | | | | metze (This used to be commit aa28bcc4669bf08f73815d00cd87c854d2ac1e92)
* r22463: Add prototype.Günther Deschner2007-10-101-0/+6
| | | | | Guenther (This used to be commit 4984af2c66754e9b6eed3020b3056ccf14d19617)
* r22461: Use ranged LDAP queries in lookup_usergroups_member() and start to ↵Günther Deschner2007-10-101-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 (This used to be commit eb1566869c5493f2a1d1ff9fcaaa45c143ad12a0)
* r22460: Adding a generic ads_ranged_search() function.Günther Deschner2007-10-101-1/+173
| | | | | Guenther (This used to be commit b8828ea2516876fe5dd76083864418db2f042be0)