summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
| | | | | | | | | | | | was open - we now only refuse to allow IPC$ connection to be idled if a handle is open on a pipe. Jeremy.
* | 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
| | | | | | | | Jeremy, please verify that this was ok...
* | Oops. Broke the build be removing MSG_PRINTER_UPDATE. Re-added as nextJeremy Allison2002-05-101-0/+1
| | | | | | | | | | free printer msg id. Jeremy.
* | 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
| | | | | | | | Also update some of the help info.
* | Start of net rpc group command. List only right now. Add and delete haveJim McDonough2002-05-091-1/+153
| | | | | | | | not been implemented...is it worth the effort?
* | 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
| | | | | | | | Jeremy
* | Allowing %S in dfs root paths. Other variables in standard_sub_advanced won'tShirish Kalele2002-05-091-2/+5
| | | | | | | | | | resolve correctly in dfs referrals which are done over anonymous IPC$. Also allowing dfs roots to be default services.
* | NT uses NT_STATUS_OBJECT_NAME_NOT_FOUND not NT_STATUS_NO_SUCH_FILE for ENOENT.Jeremy Allison2002-05-091-1/+1
| | | | | | | | Jeremy.
* | We were mapping the open of name1/name2 where name1 wasn't a directoryJeremy Allison2002-05-091-1/+1
| | | | | | | | | | | | | | (ie. ENOTDIR) to the NT status code NT_STATUS_NOT_A_DIRECTORY. NT seems to use NT_STATUS_OBJECT_PATH_NOT_FOUND. I'm hoping this will fix the access binaries served from a Samba share bug... Jeremy.
* | 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 ↵Gerald Carter2002-05-097-831/+1196
| | | | | | | | things; compiles and shouldnt break, but needs testing
* | compile fixes; needs testingGerald Carter2002-05-096-118/+192
| |
* | Merge in Jerry's called name fix.Jeremy Allison2002-05-083-60/+87
| | | | | | | | Jeremy.
* | merging some changes from SAMBA_2_2Gerald Carter2002-05-0842-1357/+3107
| |
* | 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
| | | | | | | | endpageprinter, setjob and getjob.
* | 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
| | | | | | | | message) instead of just the status code.
* | Remove unused variable.Tim Potter2002-05-081-3/+13
| | | | | | | | #ifdef out code for new (uncommitted) version of make_sec_desc()
* | 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
| | | | | | | | | | | | The semantics of the src_len argument to rpcstr_pull() seem to have changed breaking most of the spoolss commands in rpcclient. Changed a bunch of 0's to -1's to fix it.
* | Added cli_spoolss_enumjobs() function.Tim Potter2002-05-072-5/+48
| |
* | DOS error 1307 is returned when an invalid owner for a security descriptorTim Potter2002-05-072-0/+2
| | | | | | | | is detected.
* | Grr - the removal of the nnecessary prs_align() from relative unicodeTim Potter2002-05-071-2/+0
| | | | | | | | strings didn't make it across into HEAD.
* | Fixed more compiler warnings.Tim Potter2002-05-071-3/+3
| |
* | Fixed compile warning.Tim Potter2002-05-071-1/+2
| |
* | Allow lookup_sids() and lookup_names() to take either a list of strings orTim Potter2002-05-061-16/+50
| | | | | | | | just a single string.
* | Removed unused arg to deleteform.Tim Potter2002-05-061-2/+1
| |
* | Re-order args for enumprinterdrivers function.Tim Potter2002-05-032-9/+9
| |
* | Some examples using the spoolss python module.Tim Potter2002-05-023-0/+141
| |
* | Had some environment problem to test the fix, so it would be really ↵Simo Sorce2002-05-017-14/+18
| | | | | | | | | | | | | | | | appreciated if packagers would be able to test their findsmb utility. This fix is to make findsmb aware that the space a valid NetBIOS name character and to not get only the first part of the name as the NetBIOS name if it contains spaces. Simo.
* | Got setprinter level 3 working!Tim Potter2002-05-011-9/+23
| | | | | | | | Replaced some DEBUG's with PyErr_SetString() calls.
* | make protoTim Potter2002-05-011-1/+2
| |
* | Implemented py_to_PRINTER_INFO_3() helper function.Tim Potter2002-05-011-3/+14
| |
* | Implemented routines to convert from a Python dictionary to a SEC_DESCTim Potter2002-05-011-38/+38
| | | | | | | | | | | | structure. Cleaned up debugging stuff.
* | Removed unused variable.Tim Potter2002-05-011-2/+0
| |
* | fixed tdbtool from core dumping. But the braces to make Chris happy !Jean-François Micouleau2002-04-301-2/+4
| | | | | | | | J.F.