summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2002-09-03A printerdata browser I whipped up in about 5 minutes. (-:Tim Potter1-0/+44
2002-09-03Rewrote to use gtkdictbrowser.Tim Potter1-253/+10
2002-09-03Ignore *.pyc files.Tim Potter1-0/+1
2002-09-03Implement deleteprinterdataexTim Potter1-2/+22
2002-09-03Return dictionary of printerdata in enumprinterdataex.Tim Potter1-5/+18
2002-09-03Return data from enumprinterdataex by deep copying on passed in tdb context.Tim Potter1-1/+17
2002-09-02usrmgr expects unicode as ProductType.Volker Lendecke1-3/+11
2002-09-02Fix typo - Thanks KaiJelmer Vernooij1-1/+1
2002-09-02small typo, kai is german :-)Volker Lendecke1-1/+1
2002-09-02Add a 'key' field to printer data dictionary.Tim Potter1-18/+134
2002-09-02make protoTim Potter1-0/+3
2002-09-02Added methods for getprinterdataex, setprinterdataex and enumprinterdataex.Tim Potter1-0/+12
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-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-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