summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-04-26Fix the 'weird' charset module. Also, built it by default forJelmer Vernooij2-6/+7
./configure --enable-developer (This used to be commit 1c0ae103010766cb3dd5adb36ea7af9324bd0672)
2003-04-26The net manpage is complete, say so in the VERSION sectionJelmer Vernooij1-1/+1
(This used to be commit ff76db525180f0fc192a9c0cfb56781dbfb418ee)
2003-04-26--with-tdbsam is goneJelmer Vernooij1-2/+0
(This used to be commit 8f63f7142c6bf1e89b5cc3c0d02cbe480bc247b4)
2003-04-26Use &author.jerry;, not &person.jerry;Jelmer Vernooij1-1/+1
(This used to be commit 0833677ee51c95d27b146b40b2e5f681a7f02fcc)
2003-04-26Many fixes for typos and syntax, includes patch from Jesse Jacobs ↵John Terpstra17-90/+116
<jesse@eazy.homeip.net> (This used to be commit 422d7534e3cc12be01a86fad7bc54ed1e6d1b669)
2003-04-26Many typos, syntax fixes, more. Multiple sources including mega patch fromJohn Terpstra17-90/+116
- Jesse Jacobs <jesse@eazy.homeip.net> (This used to be commit 5da18339e19bf2bcc23a19339c8a6a3052246d44)
2003-04-26back port from HEADSimo Sorce2-10/+86
(This used to be commit f7cfdf20b7b3b7743c0c3af4ff62fdde00e45fdc)
2003-04-26let's suppose I want to specify exactly which SID a user should have ...Simo Sorce1-5/+74
Simo. (This used to be commit ef1eaa9b7e98b532e8ef98c1036a4b2d5f3d4dc5)
2003-04-26A RID can never be zeroSimo Sorce1-5/+12
(This used to be commit e2d757aed27ede67cf904c01e8f23e436d764108)
2003-04-25Get credentials before publishing printers.Jim McDonough1-0/+8
(This used to be commit 674174fcca234a44d1778ee092998338cbd7a553)
2003-04-25Fixes for syntax errors.John Terpstra5-15/+11
(This used to be commit 837141f45ef0a007a4cf46690c9eb0d838a25b2f)
2003-04-25Merge from HEAD.John Terpstra6-66/+150
(This used to be commit faf0425eb7da2af74a6d0c76cf1e8c0f980a0de8)
2003-04-25Update from Rick Segeberg <landude@comcast.net>John Terpstra1-8/+38
(This used to be commit 2310cee6abf66bf52b2c90fed4c7db7412153e10)
2003-04-25Adding edits from Vance Lankhaar.John Terpstra5-48/+99
(This used to be commit a7788bc3b9ae4aec48bf94ed446e6bc0668863bf)
2003-04-25Update from Rick Segeberg <landude@comcast.net>John Terpstra1-10/+13
(This used to be commit af4fa1aea6bc69d56da88c83968561f0fac1f3a4)
2003-04-25As nobody really objected to this patch, I opted to create facts :-)Volker Lendecke1-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 5e305e425592ede977880a347b2ed811d6376f75)
2003-04-25As nobody really objected to this patch, I opted to create facts :-)Volker Lendecke1-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)
2003-04-25Finish laying out the SD, and now back to finishing off NK records ...Richard Sharpe1-1/+20
(This used to be commit 74c8f616c33b08d94a15e1ba8219063b190fe5f2)
2003-04-25More code to store ACEs and SIDs. I have almost enough to start testingRichard Sharpe1-4/+80
the writing of a registry tree, since I can store the header, and the first key (NK_REC) and the SD associated with that key, the SK_REC. (This used to be commit abced0ed9eec7b8467065892c56cef9b86cff947)
2003-04-25Based on a patch by Alex Deiter <tiamat@komi.mts.ru>, make sure that we convertAndrew Bartlett1-20/+69
to and from UTF8 when talking to our LDAP server in pdb_ldap. Andrew Bartlett (This used to be commit 759ba40b12a28caea87c0d8b3baea8bb69c92c89)
2003-04-25This function is a duplicate.Andrew Bartlett1-18/+0
(This used to be commit fd0cd6200b4b9b4b002dc5b640620c3fb533873b)
2003-04-25Fixing typos.John Terpstra6-27/+54
(This used to be commit ce84335621e6af81381e1cfb294bb19561077cc4)
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)