summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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
2002-05-10Added findsmb to .cvsignore list.Tim Potter1-0/+1
2002-05-10Fix for Solaris nscd issue pointed out by Mike GerdtsTim Potter4-1/+43
2002-05-10Removed libtool.m4 includes.Tim Potter1-838/+0
2002-05-10Fix the bug that refused to allow IPC$ connection to be idled if a pipeJeremy Allison1-0/+17
2002-05-10Ok, ok, I was too impatient...Jim McDonough1-2/+2
2002-05-10Fix build. Changed MSG_PRINTER_UPDATE to MSG_PRINTER_DRVUPGRADE.Jim McDonough1-2/+2
2002-05-10Oops. Broke the build be removing MSG_PRINTER_UPDATE. Re-added as nextJeremy Allison1-0/+1
2002-05-09Converged net group command.Jim McDonough1-3/+13
2002-05-09Add ads group add and delete, allowing converged net group command.Jim McDonough1-16/+106
2002-05-09Start of net rpc group command. List only right now. Add and delete haveJim McDonough1-1/+153
2002-05-09Converged help on net group command.Jim McDonough2-12/+18
2002-05-09Add ads group account add function.Jim McDonough1-0/+33
2002-05-09Merged in printing fixes... There were many missing !Jeremy Allison5-13/+152
2002-05-09Allowing %S in dfs root paths. Other variables in standard_sub_advanced won'tShirish Kalele1-2/+5
2002-05-09NT uses NT_STATUS_OBJECT_NAME_NOT_FOUND not NT_STATUS_NO_SUCH_FILE for ENOENT.Jeremy Allison1-1/+1
2002-05-09We were mapping the open of name1/name2 where name1 wasn't a directoryJeremy Allison1-1/+1
2002-05-09merge from SAMBA_2_2Gerald Carter1-1/+1
2002-05-09merge freom SAMBA_2_2Gerald Carter1-1/+5
2002-05-09merge from SAMBA_2_2Gerald Carter3-8/+8
2002-05-09merge from SAMBA_2_2: remove -symbolic from pam_smbpass linker flagsGerald Carter1-1/+1
2002-05-09Sync'ing SAMBA_2_2 with HEAD.Shirish Kalele4-279/+431
2002-05-09merge from SAMBA_2_2Gerald Carter1-0/+145
2002-05-09couple of PIDDIR merges I missedGerald Carter2-0/+2
2002-05-09HP-UX 10.20 compiles fixes from SAMBA_2_2Gerald Carter2-1/+5
2002-05-09pidfile merge from SAMBA_2_2 (including --with-fhs) and a few other minor thi...Gerald Carter7-831/+1196
2002-05-09compile fixes; needs testingGerald Carter6-118/+192
2002-05-08Merge in Jerry's called name fix.Jeremy Allison3-60/+87
2002-05-08Added commands for startpageprinter, endpageprinter, setjob and getjob.Tim Potter3-2/+115
2002-05-08Added client side spoolss rpc commands for startpageprinter,Tim Potter2-0/+260
2002-05-08Added setjob() command.Tim Potter3-0/+42
2002-05-08Changed some error returns to return a werror tuple (status code and textTim Potter1-4/+2
2002-05-08Remove unused variable.Tim Potter1-3/+13
2002-05-07Added enumjobs command.Tim Potter6-10/+199
2002-05-07rpcstr_pull() src_len fix.Tim Potter1-1/+1
2002-05-07Added cmd_spoolss_enumjobs() function to rpcclient.Tim Potter1-39/+156
2002-05-07Added cli_spoolss_enumjobs() function.Tim Potter2-5/+48
2002-05-07DOS error 1307 is returned when an invalid owner for a security descriptorTim Potter2-0/+2
2002-05-07Grr - the removal of the nnecessary prs_align() from relative unicodeTim Potter1-2/+0
2002-05-07Fixed more compiler warnings.Tim Potter1-3/+3
2002-05-07Fixed compile warning.Tim Potter1-1/+2