summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* 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
* Complete most of the coding for adding keys. We can now add a key.Richard Sharpe2003-04-201-26/+32
* The code is a bit of a mess right now.Richard Sharpe2003-04-201-51/+146
* More functionality, esp around adding keys and inheritance of securityRichard Sharpe2003-04-201-1/+26
* MOre functionality ... got to test it.Richard Sharpe2003-04-201-3/+23
* Some more work added ...Richard Sharpe2003-04-191-5/+20
* Address gcc warnings.Volker Lendecke2003-04-191-1/+1
* Squelch some warnings, and move a bit of code around to make some futureRichard Sharpe2003-04-191-8/+11
* some readline completion exancementsSimo Sorce2003-04-192-23/+188
* use gid_t for gids not uid_tSimo Sorce2003-04-191-1/+1
* fixesSimo Sorce2003-04-194-5/+21
* [merge from SAMBA_3_0]Gerald Carter2003-04-194-2/+455
* More minor edits to add features ...Richard Sharpe2003-04-181-0/+21
* fix byte ordering when using CIDR notation in hosts allow/deny; spotted by El...Gerald Carter2003-04-181-0/+4
* Survive a samdump with an alias that has no descriptionVolker Lendecke2003-04-181-3/+6
* seem that someone changed the semanthic of unix_strlower without fixing allSimo Sorce2003-04-173-8/+15
* More updates ...Richard Sharpe2003-04-171-2/+64
* Updates to editreg.c to provide more functionality ...Richard Sharpe2003-04-171-261/+1119
* Fixes to make SCHANNEL work against a W2K DC. Still need to fixJeremy Allison2003-04-165-32/+49
* Add -berok to LDSHFLAGS on AIX so modules build on AIX 5 (reportedJelmer Vernooij2003-04-161-1/+1
* Only use backtrace variables when we can use themJelmer Vernooij2003-04-161-0/+2
* Check for -1 not EOF as return value of poptGetNextOptJelmer Vernooij2003-04-161-1/+1
* Fix segfault by getting this the right way aroundAndrew Bartlett2003-04-161-1/+1
* Adjust comment to respect change to no longer use unixsam by default...Andrew Bartlett2003-04-161-3/+2
* This code is no longer referenced - moved to the new libsmb/ldap.cAndrew Bartlett2003-04-161-62/+0
* Expand this magic number into the #defines it is made up of.Andrew Bartlett2003-04-161-1/+1
* Add some static and #ifdef DEVELOPERAndrew Bartlett2003-04-161-3/+5
* Put this comment in a better place...Andrew Bartlett2003-04-161-3/+3
* NTSTATUS strings are much more use than raw numbers...Andrew Bartlett2003-04-161-2/+2
* Store the type of 'sec channel' that we establish to the DC. If we are aAndrew Bartlett2003-04-1623-223/+368
* Make this code actually compile (--with-ldapsam).Andrew Bartlett2003-04-161-4/+7
* Add torture to everything..Jelmer Vernooij2003-04-161-1/+1
* Don't build the torture progs in 'make all'Jelmer Vernooij2003-04-161-1/+1
* Fix mem leak. Spotted by tpot (thanks Tim).Jeremy Allison2003-04-161-0/+1
* Cause the winbind auth module to call the ntdomain module if winbind is notAndrew Bartlett2003-04-162-42/+65
* Tested on Win2k, now I think I know what success/fail means in fdsess test.Jeremy Allison2003-04-151-0/+2
* Fix build of VFS modules statically (we used Makefile variables before settin...Jelmer Vernooij2003-04-151-6/+6
* Typo in comment.Tim Potter2003-04-151-1/+1