summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Tidyups of some dubious logic discovered whilst trying to track down aJeremy Allison2003-04-222-7/+6
| | | | | | | | | | | | strange oplock related issue on the PSA. Jeremy. (This used to be commit f8021af2a7b790e739a7ecc67c908289b0a9b719)
| * Adding more updates - maybe last one for today.John Terpstra2003-04-211-2/+59
| | | | | | | | (This used to be commit 042427c1f81b53403d9a97c5d4306051ed13d5bf)
| * I hate typos!John Terpstra2003-04-211-1/+1
| | | | | | | | (This used to be commit 585907f3245cf53813888b4b3d121c40ffb9edff)
| * Add note from "Roylance, Stephen D." <SROYLANCE@PARTNERS.ORG> about Solaris9 andJelmer Vernooij2003-04-212-0/+15
| | | | | | | | | | winbind (This used to be commit a9e978ba42fa7193dc45f1a4ed97f03637be3147)
| * Fix typo.John Terpstra2003-04-211-2/+2
| | | | | | | | (This used to be commit 931ef8777eb86b5cd0ce7550484b2416ed6ae991)
* | removing smbgroupedit man pageGerald Carter2003-04-264-822/+1
| | | | | | | | (This used to be commit 9134feb9f62e852dd6c900890e01062983995d01)
* | round three of CIDR fixes; spotted by Tomoki AONOGerald Carter2003-04-261-3/+2
| | | | | | | | (This used to be commit 554026b2084e2371c1ddae7316fbb0b9b76472d4)
* | Remove the unpopular pdb_unix, which has served it's time well.Andrew Bartlett2003-04-263-144/+9
| | | | | | | | | | | | | | Also get charset 'werid' for both --enable-developer options in configure. Andrew Bartlett (This used to be commit 2a99e77e91cd214296f12b0aaf30c3c51d5a2c0a)
* | After a quick run with the 'weird' charset, squash a few bugs in our newAndrew Bartlett2003-04-261-5/+12
| | | | | | | | | | | | | | | | | | | | 'UF8-safe' LDAP code. I hope I've caught all the places where we were pushing strings into or out of LDAP now. Andrew Bartlett (This used to be commit 70bf7a5f71f71aeb5338723d1f5b32a89d5c4f91)
* | Add the weird charset in 3_0 and build it by default for ./configure ↵Jelmer Vernooij2003-04-261-0/+131
| | | | | | | | | | | | --enable-developer (This used to be commit bc5603454a81b3ab6e5286283ed5ce58542bc5ef)
* | Fix the weird charset and build it by default for ./configure -enable-developerJelmer Vernooij2003-04-262-6/+7
| | | | | | | | (This used to be commit 8d17a4dc2142aa816200f3f91c7f60c3f2c5888c)
* | Many fixes for typos and syntax, includes patch from Jesse Jacobs ↵John Terpstra2003-04-2617-90/+116
| | | | | | | | | | | | <jesse@eazy.homeip.net> (This used to be commit 422d7534e3cc12be01a86fad7bc54ed1e6d1b669)
* | back port from HEADSimo Sorce2003-04-262-10/+86
| | | | | | | | (This used to be commit f7cfdf20b7b3b7743c0c3af4ff62fdde00e45fdc)
* | Get credentials before publishing printers.Jim McDonough2003-04-251-0/+8
| | | | | | | | (This used to be commit 674174fcca234a44d1778ee092998338cbd7a553)
* | Merge from HEAD.John Terpstra2003-04-256-66/+150
| | | | | | | | (This used to be commit faf0425eb7da2af74a6d0c76cf1e8c0f980a0de8)
* | As nobody really objected to this patch, I opted to create facts :-)Volker Lendecke2003-04-251-1/+3
| | | | | | | | | | | | | | | | | | | | | | This uses 'socket address' as the source address for nmbd. This way we can again synchronize with the DMB if we have 'bind interfaces only' to a virtual interface. I'd love to see this in 2.2.9, but that is up to jerry or jra. Volker (This used to be commit fe637c690b671ddb5ccbf506825a9ede6abf6668)
* | Based on a patch by Alex Deiter <tiamat@komi.mts.ru>, make sure that we convertAndrew Bartlett2003-04-251-20/+69
| | | | | | | | | | | | | | to and from UTF8 when talking to our LDAP server in pdb_ldap. Andrew Bartlett (This used to be commit 759ba40b12a28caea87c0d8b3baea8bb69c92c89)
* | This function is a duplicate.Andrew Bartlett2003-04-251-18/+0
| | | | | | | | (This used to be commit fd0cd6200b4b9b4b002dc5b640620c3fb533873b)
* | Fixing typos.John Terpstra2003-04-256-27/+54
| | | | | | | | (This used to be commit ce84335621e6af81381e1cfb294bb19561077cc4)
* | Merge of missed another while condition when enumerating aliases.Tim Potter2003-04-251-1/+1
| | | | | | | | (This used to be commit ee78196bcfe52dfdda0b7fd44a6701e2cf5f7d5a)
* | fix and if () that should be an 'else if()'Gerald Carter2003-04-251-1/+1
| | | | | | | | (This used to be commit 82f024723c5312fe2b6a57915de8e78c96f80ef0)
* | Minor cleanup of enum domain groups/aliases:Tim Potter2003-04-251-12/+18
| | | | | | | | | | | | | | | | | | | | | | - return NT_STATUS_NO_MEMORY instead of NT_STATUS_UNSUCESSFUL if a talloc fails - don't try and tallocate memory when the number of entries returned was zero - rename some cut&pasted variable names in enum domain aliases function (This used to be commit aa748e1da543f0e59df8a56996ebd9510732507e)
* | Merge:Tim Potter2003-04-251-2/+2
| | | | | | | | | | | | | | | | >When calling cli_samr_enum_{dom,als}_groups in a while loop, the >terminating condition should be result != STATUS_MORE_ENTRIES, not >result == NT_STATUS_OK otherwise we get stuck in an infinite loop >when there's any sign of trouble. (This used to be commit 4998a72cf8e3a2b254dc409a36b9bbd118bdc4fd)
* | Corrections and edits from Jesse Jacobs <jesse@eazy.homeip.net>John Terpstra2003-04-246-26/+26
| | | | | | | | (This used to be commit 5a38f1cc60b0f1036c19aa591a4c4e92c1ac797d)
* | Update: ADS: Type, ProfileMgmt: Docs on how to disable roaming profilesJohn Terpstra2003-04-242-6/+63
| | | | | | | | (This used to be commit a154203e338d905dfa9427678dfdb0141dd2f735)
* | Don't store UID or GIDJelmer Vernooij2003-04-242-48/+13
| | | | | | | | (This used to be commit a986076a743fad31efac664fc16337e2d1165917)
* | In 3.0, pdb_mysql and pdb_xml are in passdb/Jelmer Vernooij2003-04-241-2/+2
| | | | | | | | (This used to be commit 706090a1be66b9fffb6c8161092cf9d86965bcfa)
* | - Get rid of module_path_get_name()Jelmer Vernooij2003-04-241-11/+6
| | | | | | | | | | | | - Use find backend function to find duplicates - declare static function before using it (This used to be commit ad5ebd4f2065425a9edffc753c0f0414fd6f98d4)
* | Get rid of module_path_get_name() and use the find backend functionJelmer Vernooij2003-04-241-10/+5
| | | | | | | | | | to find duplicates (This used to be commit 871cad7e9ac38e6f8e4391fcb2894d91300cbe94)
* | Update from LanDude <landude@comcast.net>John Terpstra2003-04-241-4/+28
| | | | | | | | (This used to be commit d42170e7f0f48115d81c1a247b3ddfd3f8dca1b9)
* | Check for absolute paths by only checking the first character of the module ↵Jelmer Vernooij2003-04-241-1/+1
| | | | | | | | | | | | | | name. Don't use strchr_m, which caused race conditions. (This used to be commit 69ec6be90f889686641b997d3d5cd616e1d0db6d)
* | Fix length in findfirst2 responses, fix os/2 clientsJim McDonough2003-04-241-4/+10
| | | | | | | | (This used to be commit c12feff680b183a22d933bab65b5c095c0548e7e)
* | groupmap delet should take a name or a SIDGerald Carter2003-04-241-2/+13
| | | | | | | | (This used to be commit d9277bd06401cb040390739ae730c8991736c886)
* | Revert patch - we need to try the NTLMSSP code below...Andrew Bartlett2003-04-241-9/+4
| | | | | | | | | | Andrew Bartlett (This used to be commit 317158972ec944742ba47b213999def9abbf7452)
* | Use the kerberos error from ads_kinit_password() in the return value fromAndrew Bartlett2003-04-241-4/+9
| | | | | | | | | | | | | | our SASL code - help in printing a useful error message. Andrew Bartlett (This used to be commit 984321bfab79a1ff20b504e115e94bd6270f0196)
* | Merge from HEAD - always initailise this to zero - helps callers in loops.Andrew Bartlett2003-04-241-0/+3
| | | | | | | | (This used to be commit f200a5b85832ac5ec7724d58da7270cd14c565e3)
* | Merge auth changes from HEAD:Andrew Bartlett2003-04-245-70/+83
| | | | | | | | | | | | | | | | | | - better error codes than NT_STATUS_UNSUCCESSFUL for domain logon errors - make auth_winbind load the ntdomain module if winbind isn't there. - use new trusted domains cache to determine if the domain is valid. Andrew Bartlett (This used to be commit ec8d6524c6b0c70927a2b57aab71d9e3a7f8a150)
* | Irix CC reminds us that this is non-standard.Andrew Bartlett2003-04-241-2/+2
| | | | | | | | | | Andrew Bartlett (This used to be commit 748ed3552b2be1d86387dc3628107375104d8f50)
* | Make sure that we don't compile pdb_ldap on systems with ldap.h, but withoutAndrew Bartlett2003-04-241-4/+8
| | | | | | | | | | | | | | -lldap. Andrew Bartlett (This used to be commit 5c36308d14c622bb2d466b97376d3b15ca7c47b2)
* | Add vfs_fake_perms to Samba 3.0Andrew Bartlett2003-04-242-1/+7
| | | | | | | | | | Andrew Bartlett (This used to be commit 3ad260ced99dd703d3fb1cb15e4eba7ecf7c858a)
* | When possible, store the IP address of the connecting client, not just theAndrew Bartlett2003-04-243-4/+30
| | | | | | | | | | | | | | | | | | | | | | hostname. This makes 'last -i' show the IP. Thanks to Philip Anderson <pza@australia.op.org> for the idea. Andrew Bartlett (This used to be commit 107731c080da1e3e4e13e966f8b79bfd2692a952)
* | This is really trying to be a StrnCpy (most names will overflow the 10 charAndrew Bartlett2003-04-241-1/+1
| | | | | | | | | | limit) (This used to be commit 0e04761abe375bfea48fa2c9ba9e1dc0d56d39f7)
* | Update from HEAD.John Terpstra2003-04-241-0/+1
| | | | | | | | (This used to be commit 587ced729cb136370c090a03ca6de1b83c4c4772)
* | Updating from HEAD.John Terpstra2003-04-248-195/+234
| | | | | | | | (This used to be commit 81203dc95c682d9ef5458a68f8ecbf8db197dba6)
* | Patch from Guenther Deschner to fix build with gcc 3.2Jelmer Vernooij2003-04-241-6/+6
| | | | | | | | (This used to be commit ab631b31fbabc25cd74ca46fd583cd857538953c)
* | Patch from Stephan Metzmacher to add default arguments to lp_parm() smb.confJelmer Vernooij2003-04-245-269/+542
| | | | | | | | | | parameters. Does not break binary compatibility with older modules. (This used to be commit 147c4d56d873a20a49194c5b036a3694299b1b48)
* | Added patch from Stephen Roylance.John Terpstra2003-04-242-26/+26
| | | | | | | | (This used to be commit 71369f90890eeca399fec55d978a5dd4a13f077f)
* | More updates: Fix typo in VFS, added docs for pam_smbpass.so to PAM.John Terpstra2003-04-242-22/+203
| | | | | | | | (This used to be commit 2dc12c8c64616b01934aa98d5d0650b77d33194b)
* | More updates.John Terpstra2003-04-232-56/+409
| | | | | | | | (This used to be commit e4012c90323f7e87c3174d74020c6fcddb05820c)
* | For deep referrals, track consumed path using a counter, and calculate theShirish Kalele2003-04-231-10/+11
| | | | | | | | | | consumed count only if and when it is needed. Check into SAMBA_3_0. (This used to be commit d6a326ba46b0e45a2d97b7aa9762bfefca347d89)