summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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
2003-04-22don't reset the group type unless specifiedGerald Carter1-14/+8
2003-04-22update copyright notice that is written to the logsGerald Carter1-1/+1
2003-04-22Add runtime tests for "impossible" case with -DDEVELOPER. Trying to catch logicJeremy Allison1-0/+27
2003-04-22parse_string is only used for the authentication negotiators.Volker Lendecke2-11/+13
2003-04-22Always initialise this, to assist callers doing loops over this call.Andrew Bartlett1-0/+3
2003-04-22Make the mangleing code actually use a common prefix, not just the sameAndrew Bartlett1-4/+12
2003-04-22Setting the credentials for the netsec netlogon pipe connect upon eachVolker Lendecke2-8/+5
2003-04-22Merge from 3.0 - try harder to get our real DNS domain name, and send thisAndrew Bartlett2-8/+31
2003-04-22Bail out early when we fail on the rw_torture test.Andrew Bartlett1-2/+7
2003-04-22Complete the space allocation code for HBIN blocks ...Richard Sharpe1-1/+25
2003-04-22Commit more code dealing with allocating space in the HBIN blocks ...Richard Sharpe1-7/+101
2003-04-22default new groups to domain groupsGerald Carter1-3/+3
2003-04-22Merge from 3.0 - fix domain joins not to always join as BDC.Andrew Bartlett2-6/+4
2003-04-22support referencing group by sid in all operations; allow group name to be ch...Gerald Carter1-13/+60
2003-04-22another lost merge from 3.0; my faultGerald Carter1-2/+2