summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* Typo in error messageVolker Lendecke2003-04-281-1/+1
* Merge memory leak fixes in our trusted domain list from 3.0 to HEADAndrew Bartlett2003-04-281-7/+11
* Merge compile warning fixes from 3.0Andrew Bartlett2003-04-281-1/+1
* Merge compile and other fixes from 3.0 to HEAD.Andrew Bartlett2003-04-286-39/+48
* Perform lp_load() before popt to fix -W option.Tim Potter2003-04-281-11/+11
* Merge of -W fixes for bug #39:Tim Potter2003-04-281-10/+8
* Fix compiler warning.Tim Potter2003-04-281-1/+1
* Getting ready for code that actually writes a registry file out.Richard Sharpe2003-04-281-7/+32
* Two character tabs - I don't think so.Tim Potter2003-04-281-10/+9
* Return NT_STATUS_UNSUCCESSFUL if the sourcedata and echodata rpcsTim Potter2003-04-281-0/+2
* Fix number of arguments to asprintf()Jelmer Vernooij2003-04-281-1/+1
* Add 'smbiconv' program - a clone of the 'iconv' utilityJelmer Vernooij2003-04-272-0/+249
* prepare to get _nua out of the door (but back in from the window ;-)Simo Sorce2003-04-274-119/+17
* default remote idmap backend is nullSimo Sorce2003-04-271-1/+0
* make winbind use idmap as well.Simo Sorce2003-04-2711-1243/+59
* PAtch from VORLONJohn Terpstra2003-04-261-7/+1
* round three of CIDR fixes; spotted by Tomoki AONOGerald Carter2003-04-261-3/+2
* enhancementsSimo Sorce2003-04-261-5/+27
* add idmap only parameterSimo Sorce2003-04-262-1/+34
* Fix the 'weird' charset module. Also, built it by default forJelmer Vernooij2003-04-262-6/+7
* let's suppose I want to specify exactly which SID a user should have ...Simo Sorce2003-04-261-5/+74
* A RID can never be zeroSimo Sorce2003-04-261-5/+12
* As nobody really objected to this patch, I opted to create facts :-)Volker Lendecke2003-04-251-1/+3
* Finish laying out the SD, and now back to finishing off NK records ...Richard Sharpe2003-04-251-1/+20
* More code to store ACEs and SIDs. I have almost enough to start testingRichard Sharpe2003-04-251-4/+80
* Keep coding this boring stuff to lay out security descriptors ...Richard Sharpe2003-04-251-2/+77
* Missed another condition on a while loop.Tim Potter2003-04-251-1/+1
* fix and if () that should be an 'else if()'Gerald Carter2003-04-251-1/+1
* Minor cleanup of enum domain groups/aliases:Tim Potter2003-04-251-12/+18
* When calling cli_samr_enum_{dom,als}_groups in a while loop, theTim Potter2003-04-251-2/+2
* Don't store UID or GIDJelmer Vernooij2003-04-242-48/+13
* Move pdb_mysql and pdb_xml from modules/ to passdb/, just like they areJelmer Vernooij2003-04-244-5/+5
* Complain about duplicate charsets at debug level 0 instead of 2Jelmer Vernooij2003-04-241-1/+1
* Declare static function before using itJelmer Vernooij2003-04-241-0/+2
* Get rid of module_path_get_name()Jelmer Vernooij2003-04-241-10/+5
* Check for absolute paths by only checking the first character of the module n...Jelmer Vernooij2003-04-241-1/+1
* Fix length in findfirst2 responses, fix os/2 clientsJim McDonough2003-04-241-4/+10
* groupmap delete should take a name or a SIDGerald Carter2003-04-241-2/+13
* More code to do with constructing SK records and self relative SDs.Richard Sharpe2003-04-241-3/+27
* More functions to compute the space taken up by SIDs, ACEs, ACLs, SECRichard Sharpe2003-04-241-3/+96
* Patch from Guenther Deschner to fix build with gcc 3.2Jelmer Vernooij2003-04-241-6/+6
* Patch from Stefan Metzmacher to add default parameters to the lp_parm()Jelmer Vernooij2003-04-246-127/+173
* Added patch from Stephen Roylance.John Terpstra2003-04-242-26/+26
* For deep referrals, track consumed path using a counter, and calculate theShirish Kalele2003-04-231-10/+11
* Merge case handling table changes from 3.0 to HEAD.Andrew Bartlett2003-04-231-10/+8
* Patch from waider to set exit code of last executed command specifiedTim Potter2003-04-231-2/+4
* Add more code to store keys and other records ... still more to goRichard Sharpe2003-04-231-10/+92
* allow the unix group in a mapping to be changed; doesn't work with LDAP right...Gerald Carter2003-04-231-1/+21
* Limit the number of outstanding print notify messages for a process toJeremy Allison2003-04-232-1/+39
* Added Stephen Roylance's patch to add buttons to start/stop/restart all threeJohn Terpstra2003-04-221-9/+38