summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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
2003-04-22wrap pdb_enum_group_mapping() in [un]become_root() so LDAP queries can get th...Gerald Carter1-0/+5
2003-04-22merging fixes from SAMBA_3_0Gerald Carter1-5/+15
2003-04-22More infrastructure for storing registryRichard Sharpe1-17/+63
2003-04-22Tidyups of some dubious logic discovered whilst trying to track down aJeremy Allison2-7/+6
2003-04-21Use the -W domain option to select the SID to showAndrew Bartlett1-2/+2
2003-04-21For NTLM2 (not yet even close to real implementation) we must use theAndrew Bartlett1-1/+1
2003-04-21Remove unused (#ifdef'ed) code.Andrew Bartlett1-12/+0
2003-04-21Use fstrcpy/pstrcpy when that's what we really mean...Andrew Bartlett2-6/+7
2003-04-21Correct comments about breadth first, as the registry tree is stored in aRichard Sharpe1-2/+28
2003-04-21Start the outline of the code to store a registry tree ...Richard Sharpe1-2/+99
2003-04-21Some comments about the format of the on-disk reg file, as well asRichard Sharpe1-7/+86
2003-04-21Default to "passdb.xml" as default output filename instead of "-"Jelmer Vernooij1-1/+1
2003-04-21Pdb modules are in $libdir/pdb not $libdir/passdbJelmer Vernooij1-12/+5
2003-04-20Add a -f command-line flag to specify printing all paths or only terminalRichard Sharpe1-3/+11
2003-04-20Well, we can now add keys and values and delete keys and values ...Richard Sharpe1-4/+6
2003-04-20Add code to delete values ...Richard Sharpe1-9/+104
2003-04-20Begin the code that handles key values ... Delete a key value and add aRichard Sharpe1-4/+58
2003-04-20Complete most of the coding for adding keys. We can now add a key.Richard Sharpe1-26/+32
2003-04-20The code is a bit of a mess right now.Richard Sharpe1-51/+146
2003-04-20More functionality, esp around adding keys and inheritance of securityRichard Sharpe1-1/+26
2003-04-20MOre functionality ... got to test it.Richard Sharpe1-3/+23
2003-04-19Some more work added ...Richard Sharpe1-5/+20
2003-04-19Address gcc warnings.Volker Lendecke1-1/+1
2003-04-19Squelch some warnings, and move a bit of code around to make some futureRichard Sharpe1-8/+11
2003-04-19some readline completion exancementsSimo Sorce2-23/+188
2003-04-19use gid_t for gids not uid_tSimo Sorce1-1/+1
2003-04-19fixesSimo Sorce4-5/+21
2003-04-19[merge from SAMBA_3_0]Gerald Carter4-2/+455
2003-04-18More minor edits to add features ...Richard Sharpe1-0/+21
2003-04-18fix byte ordering when using CIDR notation in hosts allow/deny; spotted by El...Gerald Carter1-0/+4
2003-04-18Survive a samdump with an alias that has no descriptionVolker Lendecke1-3/+6
2003-04-17seem that someone changed the semanthic of unix_strlower without fixing allSimo Sorce3-8/+15
2003-04-17More updates ...Richard Sharpe1-2/+64
2003-04-17Updates to editreg.c to provide more functionality ...Richard Sharpe1-261/+1119
2003-04-16Fixes to make SCHANNEL work against a W2K DC. Still need to fixJeremy Allison5-32/+49
2003-04-16Add -berok to LDSHFLAGS on AIX so modules build on AIX 5 (reportedJelmer Vernooij1-1/+1
2003-04-16Only use backtrace variables when we can use themJelmer Vernooij1-0/+2
2003-04-16Check for -1 not EOF as return value of poptGetNextOptJelmer Vernooij1-1/+1
2003-04-16Fix segfault by getting this the right way aroundAndrew Bartlett1-1/+1
2003-04-16Adjust comment to respect change to no longer use unixsam by default...Andrew Bartlett1-3/+2
2003-04-16This code is no longer referenced - moved to the new libsmb/ldap.cAndrew Bartlett1-62/+0
2003-04-16Expand this magic number into the #defines it is made up of.Andrew Bartlett1-1/+1
2003-04-16Add some static and #ifdef DEVELOPERAndrew Bartlett1-3/+5
2003-04-16Put this comment in a better place...Andrew Bartlett1-3/+3
2003-04-16NTSTATUS strings are much more use than raw numbers...Andrew Bartlett1-2/+2