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