summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2002-05-16Refactored open_pipe_creds() function to remove unused parameter.Tim Potter8-46/+38
2002-05-16Added addjob command.Tim Potter3-2/+13
2002-05-16Cleaned up help docstrings.Tim Potter1-54/+67
2002-05-15merges from SAMBA_2_2Gerald Carter1-3/+3
2002-05-15Added ability to lookup ldap server, kdc, dc, and master browser. PleaseJim McDonough1-2/+171
2002-05-15more solaris compile fixes (for smbwrapper)Gerald Carter3-782/+780
2002-05-15Renamed functions that are methods of a printer handle object fromTim Potter7-64/+64
2002-05-15make protoTim Potter1-0/+1
2002-05-15Method entry for addprinterex()Tim Potter1-0/+3
2002-05-15Fixed a memory leak in enumprinters.Tim Potter1-4/+57
2002-05-15Comment that deleteprinterdataex isn't supported by a samba server.Tim Potter1-0/+4
2002-05-15Return a dictionary of printer drivers in enumprinterdrivers() instead of aTim Potter1-8/+138
2002-05-15Implement py_to_DRIVER_INFO_3()Tim Potter1-1/+5
2002-05-14First part of adding flags returns from name_query ...Richard Sharpe1-0/+8
2002-05-14Removed lp_strip_dot code - ensured that mangling code treats names endingJeremy Allison3-32/+45
2002-05-14segfault fix merged from SAMBA_2_2Gerald Carter1-3/+15
2002-05-14Added deleteprinterdata client rpc.Tim Potter2-1/+58
2002-05-14Added lots of new functions to the method tables.Tim Potter1-0/+22
2002-05-14make protoTim Potter1-0/+10
2002-05-14Added deleteprinterdata function.Tim Potter1-0/+30
2002-05-14Fixed bug in enumprinterdrivers.Tim Potter1-3/+27
2002-05-14Moved PyDict_SetItemString for printer info level structures into conv functi...Tim Potter2-2/+6
2002-05-14Added writeprinter rpc command.Tim Potter2-0/+63
2002-05-14Added writeprinter command.Tim Potter3-0/+36
2002-05-14Change make_spoolss_q_{get,set}printerdata() take a char* and length ratherTim Potter1-11/+31
2002-05-14The cli_spoolss_setprinterdata() function interface changed slightly.Tim Potter1-2/+4
2002-05-14Added getprinterdata and enumprinterdata rpc client routines.Tim Potter1-42/+186
2002-05-14Added enumprinterdata.Tim Potter1-1/+41
2002-05-14General cleanup of compiler warnings etc.Tim Potter7-58/+139
2002-05-13Don't store domain with username in secrets.tdbTim Potter1-1/+1
2002-05-13Fix bug where setting end of file length to 8 was hitting erroneousJeremy Allison1-0/+4
2002-05-13compile fix merge from SAMBA_2_2Gerald Carter1-11/+21
2002-05-13Add auto-detect of time server. Uses master browser.Jim McDonough1-2/+4
2002-05-13Added entry for winreg extension.Tim Potter1-1/+11
2002-05-13Updated patch.Tim Potter1-13/+14
2002-05-13Removed irritating CR at end of file.Tim Potter1-1/+0
2002-05-13Added getprinterdata and setprinterdata functions.Tim Potter3-0/+180
2002-05-13Registry module. Only contains REG_xxx constants used by the spoolssTim Potter1-0/+83
2002-05-13RPC client function for startdocprinter and enddocprinter.Tim Potter1-2/+101
2002-05-13Support for client side startdocprinter.Tim Potter1-3/+63
2002-05-13Added startdocprinter and enddocprinter.Tim Potter4-0/+168
2002-05-13Merge of --set-auth-user updates from 2.2Tim Potter1-3/+4
2002-05-13Merge of secrets_init() paranoia fix from 2.2Tim Potter1-1/+6
2002-05-11move vsyslog() from snprintf.c to replace.cSimo Sorce2-14/+14
2002-05-11merge from SAMBA_2_2Gerald Carter1-0/+8
2002-05-11Fix for *BSD linking of VFS modules from "Scot W. Hetzel" <hetzels@westbend.net>Jeremy Allison2-316/+318
2002-05-11Fix to include -Ipopt in getpass test.Jeremy Allison3-10/+91
2002-05-10misc merge from SAMBA_2_2Gerald Carter1-0/+4
2002-05-10devmode parsing merge from SAMBA_2_2Gerald Carter1-29/+74
2002-05-10Allow -c to specify the location of the config file, and fix up some handlingAndrew Bartlett1-13/+15