summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* 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
* don't reset the group type unless specifiedGerald Carter2003-04-221-14/+8
* update copyright notice that is written to the logsGerald Carter2003-04-221-1/+1
* Add runtime tests for "impossible" case with -DDEVELOPER. Trying to catch logicJeremy Allison2003-04-221-0/+27
* parse_string is only used for the authentication negotiators.Volker Lendecke2003-04-222-11/+13
* Always initialise this, to assist callers doing loops over this call.Andrew Bartlett2003-04-221-0/+3
* Make the mangleing code actually use a common prefix, not just the sameAndrew Bartlett2003-04-221-4/+12
* Setting the credentials for the netsec netlogon pipe connect upon eachVolker Lendecke2003-04-222-8/+5
* Merge from 3.0 - try harder to get our real DNS domain name, and send thisAndrew Bartlett2003-04-222-8/+31
* Bail out early when we fail on the rw_torture test.Andrew Bartlett2003-04-221-2/+7
* Complete the space allocation code for HBIN blocks ...Richard Sharpe2003-04-221-1/+25
* Commit more code dealing with allocating space in the HBIN blocks ...Richard Sharpe2003-04-221-7/+101
* default new groups to domain groupsGerald Carter2003-04-221-3/+3
* Merge from 3.0 - fix domain joins not to always join as BDC.Andrew Bartlett2003-04-222-6/+4
* support referencing group by sid in all operations; allow group name to be ch...Gerald Carter2003-04-221-13/+60
* another lost merge from 3.0; my faultGerald Carter2003-04-221-2/+2
* wrap pdb_enum_group_mapping() in [un]become_root() so LDAP queries can get th...Gerald Carter2003-04-221-0/+5
* merging fixes from SAMBA_3_0Gerald Carter2003-04-221-5/+15
* More infrastructure for storing registryRichard Sharpe2003-04-221-17/+63
* Tidyups of some dubious logic discovered whilst trying to track down aJeremy Allison2003-04-222-7/+6
* Use the -W domain option to select the SID to showAndrew Bartlett2003-04-211-2/+2
* For NTLM2 (not yet even close to real implementation) we must use theAndrew Bartlett2003-04-211-1/+1
* Remove unused (#ifdef'ed) code.Andrew Bartlett2003-04-211-12/+0
* Use fstrcpy/pstrcpy when that's what we really mean...Andrew Bartlett2003-04-212-6/+7
* Correct comments about breadth first, as the registry tree is stored in aRichard Sharpe2003-04-211-2/+28
* Start the outline of the code to store a registry tree ...Richard Sharpe2003-04-211-2/+99
* Some comments about the format of the on-disk reg file, as well asRichard Sharpe2003-04-211-7/+86
* Default to "passdb.xml" as default output filename instead of "-"Jelmer Vernooij2003-04-211-1/+1
* Pdb modules are in $libdir/pdb not $libdir/passdbJelmer Vernooij2003-04-211-12/+5
* Add a -f command-line flag to specify printing all paths or only terminalRichard Sharpe2003-04-201-3/+11
* Well, we can now add keys and values and delete keys and values ...Richard Sharpe2003-04-201-4/+6
* Add code to delete values ...Richard Sharpe2003-04-201-9/+104
* Begin the code that handles key values ... Delete a key value and add aRichard Sharpe2003-04-201-4/+58