summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* Added getprinterdata and setprinterdata functions.Tim Potter2002-05-133-0/+180
* Registry module. Only contains REG_xxx constants used by the spoolssTim Potter2002-05-131-0/+83
* RPC client function for startdocprinter and enddocprinter.Tim Potter2002-05-131-2/+101
* Support for client side startdocprinter.Tim Potter2002-05-131-3/+63
* Added startdocprinter and enddocprinter.Tim Potter2002-05-134-0/+168
* Merge of --set-auth-user updates from 2.2Tim Potter2002-05-131-3/+4
* Merge of secrets_init() paranoia fix from 2.2Tim Potter2002-05-131-1/+6
* move vsyslog() from snprintf.c to replace.cSimo Sorce2002-05-112-14/+14
* merge from SAMBA_2_2Gerald Carter2002-05-111-0/+8
* Fix for *BSD linking of VFS modules from "Scot W. Hetzel" <hetzels@westbend.net>Jeremy Allison2002-05-112-316/+318
* Fix to include -Ipopt in getpass test.Jeremy Allison2002-05-113-10/+91
* misc merge from SAMBA_2_2Gerald Carter2002-05-101-0/+4
* devmode parsing merge from SAMBA_2_2Gerald Carter2002-05-101-29/+74
* Allow -c to specify the location of the config file, and fix up some handlingAndrew Bartlett2002-05-101-13/+15
* Added findsmb to .cvsignore list.Tim Potter2002-05-101-0/+1
* Fix for Solaris nscd issue pointed out by Mike GerdtsTim Potter2002-05-104-1/+43
* Removed libtool.m4 includes.Tim Potter2002-05-101-838/+0
* Fix the bug that refused to allow IPC$ connection to be idled if a pipeJeremy Allison2002-05-101-0/+17
* Ok, ok, I was too impatient...Jim McDonough2002-05-101-2/+2
* Fix build. Changed MSG_PRINTER_UPDATE to MSG_PRINTER_DRVUPGRADE.Jim McDonough2002-05-101-2/+2
* Oops. Broke the build be removing MSG_PRINTER_UPDATE. Re-added as nextJeremy Allison2002-05-101-0/+1
* Converged net group command.Jim McDonough2002-05-091-3/+13
* Add ads group add and delete, allowing converged net group command.Jim McDonough2002-05-091-16/+106
* Start of net rpc group command. List only right now. Add and delete haveJim McDonough2002-05-091-1/+153
* Converged help on net group command.Jim McDonough2002-05-092-12/+18
* Add ads group account add function.Jim McDonough2002-05-091-0/+33
* Merged in printing fixes... There were many missing !Jeremy Allison2002-05-095-13/+152
* Allowing %S in dfs root paths. Other variables in standard_sub_advanced won'tShirish Kalele2002-05-091-2/+5
* NT uses NT_STATUS_OBJECT_NAME_NOT_FOUND not NT_STATUS_NO_SUCH_FILE for ENOENT.Jeremy Allison2002-05-091-1/+1
* We were mapping the open of name1/name2 where name1 wasn't a directoryJeremy Allison2002-05-091-1/+1
* merge from SAMBA_2_2Gerald Carter2002-05-091-1/+1
* merge freom SAMBA_2_2Gerald Carter2002-05-091-1/+5
* merge from SAMBA_2_2Gerald Carter2002-05-093-8/+8
* merge from SAMBA_2_2: remove -symbolic from pam_smbpass linker flagsGerald Carter2002-05-091-1/+1
* Sync'ing SAMBA_2_2 with HEAD.Shirish Kalele2002-05-094-279/+431
* merge from SAMBA_2_2Gerald Carter2002-05-091-0/+145
* couple of PIDDIR merges I missedGerald Carter2002-05-092-0/+2
* HP-UX 10.20 compiles fixes from SAMBA_2_2Gerald Carter2002-05-092-1/+5
* pidfile merge from SAMBA_2_2 (including --with-fhs) and a few other minor thi...Gerald Carter2002-05-097-831/+1196
* compile fixes; needs testingGerald Carter2002-05-096-118/+192
* Merge in Jerry's called name fix.Jeremy Allison2002-05-083-60/+87
* Added commands for startpageprinter, endpageprinter, setjob and getjob.Tim Potter2002-05-083-2/+115
* Added client side spoolss rpc commands for startpageprinter,Tim Potter2002-05-082-0/+260
* Added setjob() command.Tim Potter2002-05-083-0/+42
* Changed some error returns to return a werror tuple (status code and textTim Potter2002-05-081-4/+2
* Remove unused variable.Tim Potter2002-05-081-3/+13
* Added enumjobs command.Tim Potter2002-05-076-10/+199
* rpcstr_pull() src_len fix.Tim Potter2002-05-071-1/+1
* Added cmd_spoolss_enumjobs() function to rpcclient.Tim Potter2002-05-071-39/+156
* Added cli_spoolss_enumjobs() function.Tim Potter2002-05-072-5/+48