summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2002-09-02Fix transposed args in open_pipe_creds() function.Tim Potter1-1/+1
2002-09-02Implemented some more client side spoolss functions:Tim Potter1-7/+96
2002-09-02Implemented some more client side spoolss functions:Tim Potter1-1/+162
2002-09-01wrong way to handle things, bug found by kaiSimo Sorce1-8/+6
2002-09-01Fix segfault in net commandVolker Lendecke1-1/+1
2002-08-31Convert M_DEBUG(0 to M_DEBUG(10 for non-error cases ...Richard Sharpe1-8/+8
2002-08-31Add a dash of static.Andrew Bartlett2-3/+3
2002-08-31Add a bit of 'const' and move a lot of our 'repeditive' DEBUG() statements toAndrew Bartlett4-71/+67
2002-08-31Avoid writing unitialised bytes to the wire (and consequent valgrind warnings)Andrew Bartlett1-1/+5
2002-08-30Add a fix for 'query_disp_info level 2', which should return all machines inAndrew Bartlett1-19/+21
2002-08-30Fix bug with stat mode open being done on read-only open withJeremy Allison1-8/+10
2002-08-30Correct error message.Jeremy Allison1-1/+1
2002-08-30Correctly fail opens with mismatching SYSTEM or HIDDEN attributes if weJeremy Allison1-0/+36
2002-08-30off by one in writing to malloced array. this fixes smbd crash I saw atHerb Lewis1-2/+2
2002-08-30Better error reporting on OPEN test.Jeremy Allison1-2/+4
2002-08-30Put PRINTER_DRIVER back inJelmer Vernooij1-0/+240
2002-08-30Added attribute specific OPEN tests (for SYSTEM and HIDDEN).Jeremy Allison1-0/+44
2002-08-30fix up print portion of registry. Merge from APP_HEAD.Gerald Carter4-98/+51
2002-08-30based on function prototype, the args were switched - this gave an errorHerb Lewis1-1/+1
2002-08-30fix protoGerald Carter1-1/+1
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-30Remove obsolete documentsJelmer Vernooij3-379/+0
2002-08-30paranoid server security defaults to yesAndrew Bartlett1-1/+1
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-29Several small fixesJelmer Vernooij3-10/+10
2002-08-29Split up documents at chapter level, not at sect1 levelJelmer Vernooij3-6/+90
2002-08-29We don't need the RTLD_GLOBAL.Andrew Bartlett1-1/+1
2002-08-29Adding makefile for sam_skel moduleJelmer Vernooij1-0/+28
2002-08-29SAM_CONTEXT is constJelmer Vernooij1-5/+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-29Remove more obsolete documentsJelmer Vernooij4-1868/+0
2002-08-29Add cifsntdomainJelmer Vernooij2-2/+2929
2002-08-29Add more documents to the developers guideJelmer Vernooij7-0/+1743
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