summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-04-24Corrections and edits from Jesse Jacobs <jesse@eazy.homeip.net>John Terpstra6-26/+26
(This used to be commit 2b28e69ddfb017290674298b7497ce780d189976)
2003-04-24Corrections and edits from Jesse Jacobs <jesse@eazy.homeip.net>John Terpstra6-26/+26
(This used to be commit 5a38f1cc60b0f1036c19aa591a4c4e92c1ac797d)
2003-04-24Update: ADS: Type, ProfileMgmt: Docs on how to disable roaming profilesJohn Terpstra2-6/+63
(This used to be commit a154203e338d905dfa9427678dfdb0141dd2f735)
2003-04-24Updates: ADS typo fix, ProfileMgmt: Additional docs on how to disable ↵John Terpstra2-6/+63
roaming profiles. (This used to be commit efd8872989b13bd8daa814b6b91cab1fd30ff170)
2003-04-24Don't store UID or GIDJelmer Vernooij2-48/+13
(This used to be commit b2d9d450493f6fc0ceb94dd0007cedf56371bb4b)
2003-04-24Don't store UID or GIDJelmer Vernooij2-48/+13
(This used to be commit a986076a743fad31efac664fc16337e2d1165917)
2003-04-24Move pdb_mysql and pdb_xml from modules/ to passdb/, just like they areJelmer Vernooij4-5/+5
in 3_0 (This used to be commit 9b969f877f8057930fb53da99ee8a0574b4f5531)
2003-04-24In 3.0, pdb_mysql and pdb_xml are in passdb/Jelmer Vernooij1-2/+2
(This used to be commit 706090a1be66b9fffb6c8161092cf9d86965bcfa)
2003-04-24Complain about duplicate charsets at debug level 0 instead of 2Jelmer Vernooij1-1/+1
(This used to be commit d29407d41eb2ed9cf370e278cb4c95c6c341a08d)
2003-04-24- Get rid of module_path_get_name()Jelmer Vernooij1-11/+6
- Use find backend function to find duplicates - declare static function before using it (This used to be commit ad5ebd4f2065425a9edffc753c0f0414fd6f98d4)
2003-04-24Declare static function before using itJelmer Vernooij1-0/+2
(This used to be commit d501946ef6e417b9d3fa4b492dd20991e3e56baf)
2003-04-24Get rid of module_path_get_name() and use the find backend functionJelmer Vernooij1-10/+5
to find duplicates (This used to be commit 871cad7e9ac38e6f8e4391fcb2894d91300cbe94)
2003-04-24Get rid of module_path_get_name()Jelmer Vernooij1-10/+5
(This used to be commit 9f9bdd97dbbabde7b2979c62dfdf150fae8670ec)
2003-04-24Update from LanDude <landude@comcast.net>John Terpstra1-4/+28
(This used to be commit d42170e7f0f48115d81c1a247b3ddfd3f8dca1b9)
2003-04-24Update from LanDude <landude@comcast.net>John Terpstra1-4/+28
(This used to be commit d8f8794d10c4add9b7b850341b98c29c67028c4a)
2003-04-24Check for absolute paths by only checking the first character of the module ↵Jelmer Vernooij1-1/+1
name. Don't use strchr_m, which caused race conditions. (This used to be commit 69ec6be90f889686641b997d3d5cd616e1d0db6d)
2003-04-24Check for absolute paths by only checking the first character of the module ↵Jelmer Vernooij1-1/+1
name. Don't use strchr_m, which caused race conditions. (This used to be commit 9411e3336ebe781da2b418219dd5803fecfc42fe)
2003-04-24Fix length in findfirst2 responses, fix os/2 clientsJim McDonough1-4/+10
(This used to be commit ce56ccf932e5ae89b7d46da31ec9b17551206491)
2003-04-24Fix length in findfirst2 responses, fix os/2 clientsJim McDonough1-4/+10
(This used to be commit c12feff680b183a22d933bab65b5c095c0548e7e)
2003-04-24groupmap delete should take a name or a SIDGerald Carter1-2/+13
(This used to be commit 4c7ee6e6b82c69ead96bc90c75cbdfab19486bb5)
2003-04-24groupmap delet should take a name or a SIDGerald Carter1-2/+13
(This used to be commit d9277bd06401cb040390739ae730c8991736c886)
2003-04-24Revert patch - we need to try the NTLMSSP code below...Andrew Bartlett1-9/+4
Andrew Bartlett (This used to be commit 317158972ec944742ba47b213999def9abbf7452)
2003-04-24Use the kerberos error from ads_kinit_password() in the return value fromAndrew Bartlett1-4/+9
our SASL code - help in printing a useful error message. Andrew Bartlett (This used to be commit 984321bfab79a1ff20b504e115e94bd6270f0196)
2003-04-24Merge from HEAD - always initailise this to zero - helps callers in loops.Andrew Bartlett1-0/+3
(This used to be commit f200a5b85832ac5ec7724d58da7270cd14c565e3)
2003-04-24Merge auth changes from HEAD:Andrew Bartlett5-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)
2003-04-24Irix CC reminds us that this is non-standard.Andrew Bartlett1-2/+2
Andrew Bartlett (This used to be commit 748ed3552b2be1d86387dc3628107375104d8f50)
2003-04-24Make sure that we don't compile pdb_ldap on systems with ldap.h, but withoutAndrew Bartlett1-4/+8
-lldap. Andrew Bartlett (This used to be commit 5c36308d14c622bb2d466b97376d3b15ca7c47b2)
2003-04-24Add vfs_fake_perms to Samba 3.0Andrew Bartlett2-1/+7
Andrew Bartlett (This used to be commit 3ad260ced99dd703d3fb1cb15e4eba7ecf7c858a)
2003-04-24When possible, store the IP address of the connecting client, not just theAndrew Bartlett3-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)
2003-04-24More code to do with constructing SK records and self relative SDs.Richard Sharpe1-3/+27
(This used to be commit 7105265238de850f5b7effef3be8fb3f5d383669)
2003-04-24More functions to compute the space taken up by SIDs, ACEs, ACLs, SECRichard Sharpe1-3/+96
DESCs etc, so we can store these in an output file. (This used to be commit 7607a1c3cd5ffb69b8db0bfe50283bda97047c42)
2003-04-24This is really trying to be a StrnCpy (most names will overflow the 10 charAndrew Bartlett1-1/+1
limit) (This used to be commit 0e04761abe375bfea48fa2c9ba9e1dc0d56d39f7)
2003-04-24Update from HEAD.John Terpstra1-0/+1
(This used to be commit 587ced729cb136370c090a03ca6de1b83c4c4772)
2003-04-24remove smbgroupedit entityGerald Carter1-1/+0
(This used to be commit 5de29a84b3039cd951367ac78879ec8bfd4a08d1)
2003-04-24Updating from HEAD.John Terpstra8-195/+234
(This used to be commit 81203dc95c682d9ef5458a68f8ecbf8db197dba6)
2003-04-24Fix for bad macro error.John Terpstra1-1/+1
(This used to be commit 076882b91c3b08d4438499b185b8e8bc0f4ba716)
2003-04-24Patch from Guenther Deschner to fix build with gcc 3.2Jelmer Vernooij1-6/+6
(This used to be commit f56a18853235e9090fbf962aa981688dc2e15426)
2003-04-24Patch from Stefan Metzmacher to add default parameters to the lp_parm()Jelmer Vernooij6-127/+173
smb.conf parameters along with some other small fixes. Binary compatible with older modules. (This used to be commit aa07b12fda732ca19d8dc41cebc7bb09e2549a30)
2003-04-24Patch from Guenther Deschner to fix build with gcc 3.2Jelmer Vernooij1-6/+6
(This used to be commit ab631b31fbabc25cd74ca46fd583cd857538953c)
2003-04-24Patch from Stephan Metzmacher to add default arguments to lp_parm() smb.confJelmer Vernooij5-269/+542
parameters. Does not break binary compatibility with older modules. (This used to be commit 147c4d56d873a20a49194c5b036a3694299b1b48)
2003-04-24update net man page for groupmap optionsGerald Carter1-3/+58
(This used to be commit 465510e39f3366a2477ffb6e7fb121ed6c88d04a)
2003-04-24Added patch from Stephen Roylance.John Terpstra2-26/+26
(This used to be commit 71369f90890eeca399fec55d978a5dd4a13f077f)
2003-04-24Added patch from Stephen Roylance.John Terpstra2-26/+26
(This used to be commit 308e3848622de0da7f1b73369c0429ac54d672ef)
2003-04-24updating group mapping HOWTO.Gerald Carter2-34/+60
(This used to be commit 4244e21971a21b8c8c80753e962eb2420fb1a1de)
2003-04-24Tidy up only.John Terpstra1-148/+153
(This used to be commit b87ebad1ae15bf59466da3ca7c39a31c4631031b)
2003-04-24fix SGML syntax errorsGerald Carter5-11/+14
(This used to be commit 43e169ce23a037b1df152b6e3fe6cfe55192b3d3)
2003-04-24More updates: Fix typo in VFS, added docs for pam_smbpass.so to PAM.John Terpstra2-22/+203
(This used to be commit 2dc12c8c64616b01934aa98d5d0650b77d33194b)
2003-04-24More updates: Fix typo in VFS docs, added docs on pam_smbpass.so to PAM.John Terpstra2-22/+203
(This used to be commit a1d6d56ba0af75282fb0d90db84ae8bbfa1836e0)
2003-04-23More updates.John Terpstra2-56/+409
(This used to be commit e4012c90323f7e87c3174d74020c6fcddb05820c)
2003-04-23More updates.John Terpstra2-56/+409
(This used to be commit 6678c325d77f18fb4b63a0cd436b6024f83366f3)