summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* Make it easier to select which domain to show the sid for.Andrew Bartlett2003-04-211-2/+2
* Merge from HEAD - save the type of channel used to contact the DC.Andrew Bartlett2003-04-2124-201/+360
* Add const, static and fix a double free() (merge from HEAD).Andrew Bartlett2003-04-211-6/+5
* Merge whitespace and const from HEADAndrew Bartlett2003-04-211-9/+9
* Header updates for smb signing mergeAndrew Bartlett2003-04-211-3/+4
* Merge SMB signing, cli buffer clobber and NTLMSSP signing tweaks from HEAD.Andrew Bartlett2003-04-215-20/+50
* Default to "passdb.xml" as default output filename instead of "-"Jelmer Vernooij2003-04-211-1/+1
* - Fix modules build of pdb_mysql and pdb_xmlJelmer Vernooij2003-04-213-10/+4
* Pdb modules are in $libdir/pdb not $libdir/passdbJelmer Vernooij2003-04-211-1/+1
* Merge a trivial fix across from HEAD. Not that thisVolker Lendecke2003-04-201-1/+1
* Address gcc warnings.Volker Lendecke2003-04-191-1/+5
* Added smbgroupedit to PROGS2John Terpstra2003-04-191-1/+1
* use gid_t for gids not uid_tSimo Sorce2003-04-191-1/+1
* Merging smbgroupedit into 'net groupmap'. Not entirely done.Gerald Carter2003-04-194-2/+463
* 'vfs object' is a list not a string (we have cascaded VFS modules in 3_0 asJelmer Vernooij2003-04-181-20/+3
* 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
* fixing torture build by merging code from HEADGerald Carter2003-04-182-892/+1359
* Do not use lp_parm_bool() and lp_parm_ulong() yet. They're only in HEADJelmer Vernooij2003-04-171-138/+72
* Remove SamBackend variable (is already gone in HEAD)Jelmer Vernooij2003-04-171-1/+0
* This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User2003-04-172-0/+3145
|\
| * 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
* | Fixes for multi-PDU schannel - based on Volker's code. This code needsJeremy Allison2003-04-161-9/+36
* | Move PAC decoding over from HEAD.Jim McDonough2003-04-163-1/+10
* | Fixes to make SCHANNEL work in 3.0 against a W2K DC. Still need to fixJeremy Allison2003-04-166-32/+51
* | Only declare backtrace variables when using themJelmer Vernooij2003-04-161-0/+2
* | More merges from HEAD:Jelmer Vernooij2003-04-1613-496/+689
* | Check whether return status of poptGetNextOpt is -1, not EOFJelmer Vernooij2003-04-161-1/+1
* | fixed the popt option handling in nmbd, so that -i now worksAndrew Tridgell2003-04-161-34/+37
* | Merge valgrind header usage from HEAD.Andrew Bartlett2003-04-162-14/+17
* | Add support for the new modules system to lib/iconv.c (merge from HEAD)Jelmer Vernooij2003-04-163-162/+223