summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* More Edits.John Terpstra2003-05-181-1/+242
| | | | (This used to be commit b4ffc25fcc158fd212f3104f584fb64007c973a8)
* Cope with cumulative permissions sets. This code is #ifdef'ed out at theJeremy Allison2003-05-171-1/+49
| | | | | | | moment as I don't think cumulative permission sets make sense in POSIX even though that's the way Windows works.... Jeremy. (This used to be commit 34b170a82c02b462f9d0de85922bf8f26a260c67)
* Patch from "Esh, Andrew" <Andrew_Esh@adaptec.com> to fix core dump bugJeremy Allison2003-05-161-1/+14
| | | | | | in add groupmem code. Jeremy. (This used to be commit 7e7077e9e363f46cea93767f0463581dbec87063)
* Merge: clarify secure channel connection comment.Tim Potter2003-05-161-4/+4
| | | | (This used to be commit dd063a298f9d5244d7b79c029c563b4d966019c1)
* Merge get_global_sam_name() from 3.0 to fix compile breakage.Tim Potter2003-05-161-0/+8
| | | | (This used to be commit bc71d7a4ab70339cfd815a57448cbd8762d5ce38)
* Patch from Luke Howard <lukeh@PADL.COM> to recognise local groups.Jeremy Allison2003-05-151-0/+2
| | | | | Jeremy. (This used to be commit 626116b738927660c3cf0070fc73222e46412187)
* Fix from Steve G <linux_4ever@yahoo.com>. Ensure sigemptyset is called onJeremy Allison2003-05-152-5/+7
| | | | | | the sa_mask to prevent valgrind complaints. Jeremy. (This used to be commit ef2d5a9c0c11a4e6d65bdebad5d9ea44dd000a68)
* Patch from "Alex Deiter" <tiamat@komi.mts.ru> to fix incorrect error check.Jeremy Allison2003-05-151-1/+1
| | | | | Jeremy. (This used to be commit 9202362ee13c14bd7127713e3976bb9ee11038df)
* Ensure sys_adminlog code won't coredump with incorrect client params.Jeremy Allison2003-05-151-4/+11
| | | | | Jeremy. (This used to be commit 0f7f762a1e1aa86afc2a740dcce83c8384d8d53b)
* Patch from Luke Howard <lukeh@PADL.COM> that fixes some weird handling ofJelmer Vernooij2003-05-151-9/+17
| | | | | modules in auth/ (This used to be commit 3d804efe76335cd09640a82c0326dbf3eb83fe04)
* Removed (incorrect) emacs mode setting. Use emacs' built in autoconfTim Potter2003-05-151-1/+0
| | | | | mode instead of m4 mode. (This used to be commit 1cabd4ba043447eaf15b498775a393e714099d40)
* Fix winbindd coredump. Remember to set a ** pointer to null beforeJeremy Allison2003-05-142-0/+3
| | | | | | | searching and not finding otherwise we return a valid looking pointer that was whatever crap was on the stack. Jeremy. (This used to be commit b6e78900175d4362f3a4d0216aa635931a0c11e9)
* readding reverted changes during idmap merge (noticed by Andrew b.)Gerald Carter2003-05-141-16/+33
| | | | (This used to be commit d9fd4b8be36b0175d68f9b3c3200dbb03df64c76)
* fix group mapping in LDAP under new schemaGerald Carter2003-05-142-36/+62
| | | | (This used to be commit 59328b8c8add974c7edaeecdf8eac0fb0d328fc2)
* s/primaryGroupSID/sambaPrimaryGroupSID/Gerald Carter2003-05-141-1/+1
| | | | (This used to be commit d6ee6a26523a02834a53f214fd6713f5af591be7)
* ignore manpage.[refs|links]Gerald Carter2003-05-141-0/+2
| | | | (This used to be commit 15676b50e1b6d2f24d0207116c133bca4a2cbaf8)
* perl script to convert from sambaAccount to sambaSamAccount; requires ↵Gerald Carter2003-05-141-0/+105
| | | | | | Net::LDAP::LDIF (This used to be commit 5b6f22f7c986bc423246adeecc0d5a4bd5f307c6)
* syncing LDAP schema changes with Samba_3_0Gerald Carter2003-05-145-329/+958
| | | | (This used to be commit a1326ea34831bf49942f7bcb954999091c3ea820)
* Move some #ifdefs and function prototypes around to avoid a compilerTim Potter2003-05-141-13/+14
| | | | | warning when we have a working version of snprintf() (This used to be commit 080a943e24f1dd02ebdf31ec3e76a1c3d19834df)
* Fix pointer return bug in get_unix_attributes()Tim Potter2003-05-141-1/+1
| | | | (This used to be commit 04e2fe104dfa4508b59276ecd7bee201d453462e)
* spellingTim Potter2003-05-1410-14/+14
| | | | (This used to be commit 249a6974702d050644d6d61f33f0034ce2a689ee)
* spellingTim Potter2003-05-141-2/+2
| | | | (This used to be commit 6097b050d082c7c88dca5416389617306e6dab0c)
* More info on Unix permissions.John Terpstra2003-05-131-1/+99
| | | | (This used to be commit f8762d3308e142dbd5462be876df5a3e400c763d)
* Add pythoncheck to make check target.Tim Potter2003-05-132-1/+52
| | | | (This used to be commit 7149dc65c7e22d53110c5e8bbab8ba96963ade76)
* Sync up with 3.0 version.Tim Potter2003-05-131-21/+30
| | | | (This used to be commit b02ea3c137ebab506599ca4168bd50f77e1c995e)
* Fix compiler warnings.Jeremy Allison2003-05-126-7/+0
| | | | | Jeremy. (This used to be commit e12934c67b6aea9e3e449009e159ce6814dcbd11)
* fixing typos in debug statementsGerald Carter2003-05-122-2/+2
| | | | (This used to be commit bd660f45df4df686f58a181f002ca1d88e7c1015)
* Added info on File and Directory info.John Terpstra2003-05-121-12/+193
| | | | (This used to be commit 75cb9a32f6822adbd689cc7a1f74feb8e966084a)
* Rolling in VL's changes.John Terpstra2003-05-111-8/+12
| | | | (This used to be commit b58e30a4019bad2614833de43f49e460b76459a6)
* Extending Samba Access Control InfoJohn Terpstra2003-05-115-451/+556
| | | | (This used to be commit d85ffb3e70189648cd2d0c8113dc3d8085ff80bc)
* Completion of Stand-Alone server docs.John Terpstra2003-05-101-6/+107
| | | | (This used to be commit e2eb7f128ef802bde742acfd13bc093a05d31200)
* Forgot one file.Jelmer Vernooij2003-05-101-3/+0
| | | | (This used to be commit 71f6fb16ba9c75b96aea9b0b18f4b73b0d11a5ac)
* Remove latest module_dummy patch from metze and me.Jelmer Vernooij2003-05-101-53/+0
| | | | (This used to be commit 32c8796f2a2b598daa17835394d143bd266aa7bf)
* Reverse previous patch from Stefan and me after comments by Andrew Bartlett.Jelmer Vernooij2003-05-1034-82/+3
| | | | (This used to be commit d31509fe88da8727521586dced1da2c73bfee2bc)
* Patch from metze and me that adds dummy smb_register_*() functionsJelmer Vernooij2003-05-1035-2/+137
| | | | (This used to be commit 367a5cad1edf6a49783806d5a8b59a62d8856706)
* Fixes for typos and other stuff resulting from VL's feedback.John Terpstra2003-05-103-42/+120
| | | | (This used to be commit 59d17982b7062e6a34e9382fb0056a913b28e23e)
* Fix from Tom.Lackemann@falconstor.com to correctly set the flags basedJeremy Allison2003-05-101-1/+9
| | | | | | on the security entries sent. Jeremy. (This used to be commit 748ae44d55f54291da3fe6ba2d60285d6da3d415)
* Optimisation. We don't need to do 2 strlen's when we're setting the statJeremy Allison2003-05-101-9/+0
| | | | | | struct in the correct place. Jeremy. (This used to be commit 98729bc9a60f77dbc107c42f4f7a60ed96e2102f)
* Fix for possible segfault in readline handler. Found by vitalyb@mail333.com.Jeremy Allison2003-05-101-1/+2
| | | | | Jeremy. (This used to be commit ec36cb4f6f59dac2f459d831f960152603e12633)
* removing total print jobs since it is not used anymoreGerald Carter2003-05-092-24/+0
| | | | (This used to be commit 6138093aa0ded3719f73ed3efbd7172131ca0fa3)
* Fix bug #4 for net rap. Allow more than 50 chars for long form listings of ↵Jim McDonough2003-05-091-2/+2
| | | | | | users and groups. (This used to be commit 27ca9bde6ba1a21326d89ab1dab52f7053fff9a4)
* Some more static definitions ...Richard Sharpe2003-05-091-0/+16
| | | | (This used to be commit 05d7850302d4369c4f8001c923217f8912261e7d)
* Add some static ...Richard Sharpe2003-05-091-34/+84
| | | | (This used to be commit 5368f10eabbca09eee1e2777e8cb2fcb7f92fc1d)
* More edits. Hackety Hack.John Terpstra2003-05-092-32/+298
| | | | (This used to be commit 6829762e3d71bd934b834dc2f09cc136758d04e0)
* Some more fixes for syntax problems on AIX etc ...Richard Sharpe2003-05-091-2/+2
| | | | (This used to be commit 20756925486b407fbb2cf06d776ad2ce19b00c74)
* Fix up a bunch of compiler warnings ...Richard Sharpe2003-05-091-13/+13
| | | | (This used to be commit cd1182ba75fbfa6b17964a3fefba2c2c0292cfb7)
* Fix some compiler warnings about const etc ...Richard Sharpe2003-05-092-6/+5
| | | | (This used to be commit edc51dbc9ce319c612e2ff9434ca5a7521ba016f)
* Fix nasty bug pointed out by samba-technical poster. If name is mangledJeremy Allison2003-05-091-1/+12
| | | | | | | | then we weren't always correctly detecting that it had a valid stat struct and so might now return a 'file existed'. Finally realized this when installing the W2K resource kit as a test case. Jeremy. (This used to be commit a0688316ce0a9bad0b24cbb495f6e0a112227b50)
* add new %a stringsGerald Carter2003-05-081-3/+3
| | | | (This used to be commit b13046d95958995d9d05be977b8874df17fedb9b)
* adding warning about case sensitive parameterGerald Carter2003-05-081-3/+5
| | | | (This used to be commit 11bc14736df6826fb1619c04da4792c27c05d06b)