summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2002-08-30allow rpcclient's samlogon command to use cli_net_3().Jean-François Micouleau1-3/+11
2002-08-30fix broken dependencies....Gerald Carter1-6/+7
2002-08-30break out REGISTRY_VALUE & REGVAL_CR objects into separate file forGerald Carter3-349/+375
2002-08-30merge of phant0m key fix from APP_HEADGerald Carter3-68/+190
2002-08-30added cli_net_auth_3 client code.Jean-François Micouleau8-28/+119
2002-08-30Removed some misleading comment.Volker Lendecke1-2/+0
2002-08-30convert the LDAP/SASL code to use GSS-SPNEGO if possibleAndrew Tridgell7-47/+243
2002-08-30ensure that we unlock in case we hit a tdb errorAndrew Tridgell1-0/+3
2002-08-30removed a debug lineAndrew Tridgell1-2/+0
2002-08-30Forgot to check in some of the libsmb stuff.Tim Potter3-11/+85
2002-08-30Abstract out the functionality of gtdbtool into a dictionary browserTim Potter1-0/+188
2002-08-29fix connecting to a BDC when the PDC is down but in WINS and no bcastAndrew Tridgell1-5/+3
2002-08-29fix connecting to a BDC when the PDC is down but in WINS and no bcastAndrew Tridgell1-0/+7
2002-08-29We don't need the RTLD_GLOBAL.Andrew Bartlett1-1/+1
2002-08-29Move samr_make_sam_obj_sd to lib/util_seaccess.c. samtest now compiles andJelmer Vernooij2-40/+41
2002-08-29Correct popt argument info in vfstestJelmer Vernooij2-39/+2
2002-08-29Use popt for --helpJelmer Vernooij1-54/+24
2002-08-29Make debuglevel a string for use with debug classesJelmer Vernooij1-2/+2
2002-08-29Forgot to remove old usage() functionJelmer Vernooij1-27/+5
2002-08-29Use popt for printing --help messageJelmer Vernooij3-49/+22
2002-08-29Don't use global memory contextJelmer Vernooij2-10/+8
2002-08-29Adding samtest utility used to test sam backends. Compiles but doesn't doJelmer Vernooij1-0/+468
2002-08-29There's more work to be done on samsync. Intermediate commit, nowVolker Lendecke2-6/+22
2002-08-29Several compiler warning fixes + fix dependencies samtestJelmer Vernooij2-2/+2
2002-08-29small fixesJelmer Vernooij4-8/+10
2002-08-29I think this should fix the compile on some of the CUPS based machines.Andrew Bartlett1-1/+1
2002-08-29show builtin groups in samdumpAndrew Tridgell1-33/+40
2002-08-29RTLD_GLOBAL is not necessaryJelmer Vernooij1-1/+1
2002-08-29Add plugin support for the sam system from metze (based on passdb code)Jelmer Vernooij2-1/+82
2002-08-29Add new files to Makefile + typo fixJelmer Vernooij2-2/+2
2002-08-29Put in patch from metze (Stefan Metzmacher) to:Jelmer Vernooij8-514/+829
2002-08-28Return correct FILE_SUPERSEDED response - IFSTEST strikes again...Jeremy Allison2-2/+9
2002-08-28fix file_is_special test, was wrong.Simo Sorce1-2/+10
2002-08-28fix wrong checkSimo Sorce1-1/+1
2002-08-28add proto for forward referenceHerb Lewis1-0/+1
2002-08-28Move -4 to correct side of comparison.Jeremy Allison1-2/+2
2002-08-28'No news is good news' might sometimes be confusing, at least to me :-)Volker Lendecke1-1/+7
2002-08-28Silly of me to only test this with --with-sam and not without. Doh!Jelmer Vernooij2-3/+1
2002-08-28Code style + typo fixesJelmer Vernooij4-56/+57
2002-08-28Put in intermediate version of new SAM system. It's not stable yet, codeJelmer Vernooij20-1050/+3741
2002-08-28Make constJelmer Vernooij1-1/+1
2002-08-28Some debugs for panic_action.Tim Potter1-1/+11
2002-08-28Sync up namecache code with HEAD and APPLIANCE_HEAD. Rerun unit tests.Tim Potter1-16/+24
2002-08-27Move to reference counting rather than lock counting.Jeremy Allison1-35/+57
2002-08-27fix 2 byte alignment/offset bug that prevented Win2k/XP clientsGerald Carter1-9/+16
2002-08-27add hook for MSG_PRINTER_DRVUPGRADE that numps the change_id on all printers ...Gerald Carter1-0/+5
2002-08-27Handle locking correctly.Jeremy Allison1-2/+6
2002-08-27Allow us to "lock" printer tdb entries in memory to stop them beingJeremy Allison1-18/+61
2002-08-27Fix typo in debug.Tim Potter1-1/+1
2002-08-27Remove strsep - non portable.Jeremy Allison1-2/+2