summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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 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-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-25Fixes for syntax errors.John Terpstra5-15/+11
(This used to be commit 837141f45ef0a007a4cf46690c9eb0d838a25b2f)
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-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-25Fixing typos.John Terpstra6-27/+54
(This used to be commit fe13a878d50f325482c6d626ed5dd6e399e4b853)
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-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-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-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-24Complain about duplicate charsets at debug level 0 instead of 2Jelmer Vernooij1-1/+1
(This used to be commit d29407d41eb2ed9cf370e278cb4c95c6c341a08d)
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()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 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 9411e3336ebe781da2b418219dd5803fecfc42fe)
2003-04-24Fix length in findfirst2 responses, fix os/2 clientsJim McDonough1-4/+10
(This used to be commit ce56ccf932e5ae89b7d46da31ec9b17551206491)
2003-04-24groupmap delete should take a name or a SIDGerald Carter1-2/+13
(This used to be commit 4c7ee6e6b82c69ead96bc90c75cbdfab19486bb5)
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-24remove smbgroupedit entityGerald Carter1-1/+0
(This used to be commit 5de29a84b3039cd951367ac78879ec8bfd4a08d1)
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-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 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 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 6678c325d77f18fb4b63a0cd436b6024f83366f3)
2003-04-23For deep referrals, track consumed path using a counter, and calculate theShirish Kalele1-10/+11
consumed count only if and when it is needed. Check into HEAD. (This used to be commit 11281c39209b501a69f4e6f32ea2081d15947f0a)
2003-04-23Missed two references to a renamed file.Paul Green2-2/+2
(This used to be commit cf69c69594797032d1427de3266af86d12b15cb2)
2003-04-23Merge case handling table changes from 3.0 to HEAD.Andrew Bartlett1-10/+8
(This used to be commit 263407e132dcb1f7fc85cded9842e60918f8ef4b)
2003-04-23Move build farm template files to their own subdirectory so that theirPaul Green9-2/+5
names can be shortened to 30 characters. Helps Stratus VOS, which has a 32-character file name limit. (This used to be commit 58a4be041ee92434672959b9df888cf1366bb02e)
2003-04-23Patch from waider to set exit code of last executed command specifiedTim Potter1-2/+4
as an argument to -c. (This used to be commit 048aeefcdc12d93bc728d104bbf38ea8becfb16c)
2003-04-23Add more code to store keys and other records ... still more to goRichard Sharpe1-10/+92
(This used to be commit 39f298fd395b91a0cf4bcadf3938b58a9a14c95f)
2003-04-23Update - closed off for nowJohn Terpstra1-13/+199
(This used to be commit 8511042ff6f664eb2f5cc80a59859fb004f5be13)