summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-04-25Fixing typos.John Terpstra6-27/+54
(This used to be commit fe13a878d50f325482c6d626ed5dd6e399e4b853)
2003-04-25Merge of missed another while condition when enumerating aliases.Tim Potter1-1/+1
(This used to be commit ee78196bcfe52dfdda0b7fd44a6701e2cf5f7d5a)
2003-04-25Keep coding this boring stuff to lay out security descriptors ...Richard Sharpe1-2/+77
(This used to be commit 6cf0ee44caa182057eed09e7f646ef20eb059b17)
2003-04-25Missed another condition on a while loop.Tim Potter1-1/+1
(This used to be commit 8ff52aec87a2770c5d7de50786307d246b4be6af)
2003-04-25fix and if () that should be an 'else if()'Gerald Carter1-1/+1
(This used to be commit b110c499fa2a483ee82dc471aff8b6d93f6a88cc)
2003-04-25fix and if () that should be an 'else if()'Gerald Carter1-1/+1
(This used to be commit 82f024723c5312fe2b6a57915de8e78c96f80ef0)
2003-04-25Minor cleanup of enum domain groups/aliases:Tim Potter1-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)
2003-04-25Merge:Tim Potter1-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)
2003-04-25Minor cleanup of enum domain groups/aliases:Tim Potter1-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 cb94b2b2d141c3df1209b2b389b0cd6752ac2b6b)
2003-04-25When calling cli_samr_enum_{dom,als}_groups in a while loop, theTim Potter1-2/+2
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 2266d281a4bb0a034461ba3e72513609f86e9a38)
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)