Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | devmode parsing merge from SAMBA_2_2 | Gerald Carter | 2002-05-10 | 1 | -29/+74 | |
| | ||||||
* | Allow -c to specify the location of the config file, and fix up some handling | Andrew Bartlett | 2002-05-10 | 1 | -13/+15 | |
| | | | | of non-existant passdb cases. | |||||
* | Added findsmb to .cvsignore list. | Tim Potter | 2002-05-10 | 1 | -0/+1 | |
| | ||||||
* | Fix for Solaris nscd issue pointed out by Mike Gerdts | Tim Potter | 2002-05-10 | 4 | -1/+43 | |
| | | | | | <Michael.Gerdts@alcatel.com>. The struct passwd in Solaris contains some extra fields which must be initialised otherwise nscd crashes. | |||||
* | Removed libtool.m4 includes. | Tim Potter | 2002-05-10 | 1 | -838/+0 | |
| | ||||||
* | Fix the bug that refused to allow IPC$ connection to be idled if a pipe | Jeremy Allison | 2002-05-10 | 1 | -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 McDonough | 2002-05-10 | 1 | -2/+2 | |
| | ||||||
* | Fix build. Changed MSG_PRINTER_UPDATE to MSG_PRINTER_DRVUPGRADE. | Jim McDonough | 2002-05-10 | 1 | -2/+2 | |
| | | | | Jeremy, please verify that this was ok... | |||||
* | Oops. Broke the build be removing MSG_PRINTER_UPDATE. Re-added as next | Jeremy Allison | 2002-05-10 | 1 | -0/+1 | |
| | | | | | free printer msg id. Jeremy. | |||||
* | Converged net group command. | Jim McDonough | 2002-05-09 | 1 | -3/+13 | |
| | ||||||
* | Add ads group add and delete, allowing converged net group command. | Jim McDonough | 2002-05-09 | 1 | -16/+106 | |
| | | | | Also update some of the help info. | |||||
* | Start of net rpc group command. List only right now. Add and delete have | Jim McDonough | 2002-05-09 | 1 | -1/+153 | |
| | | | | not been implemented...is it worth the effort? | |||||
* | Converged help on net group command. | Jim McDonough | 2002-05-09 | 2 | -12/+18 | |
| | ||||||
* | Add ads group account add function. | Jim McDonough | 2002-05-09 | 1 | -0/+33 | |
| | ||||||
* | Merged in printing fixes... There were many missing ! | Jeremy Allison | 2002-05-09 | 5 | -13/+152 | |
| | | | | Jeremy | |||||
* | Allowing %S in dfs root paths. Other variables in standard_sub_advanced won't | Shirish Kalele | 2002-05-09 | 1 | -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 Allison | 2002-05-09 | 1 | -1/+1 | |
| | | | | Jeremy. | |||||
* | We were mapping the open of name1/name2 where name1 wasn't a directory | Jeremy Allison | 2002-05-09 | 1 | -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_2 | Gerald Carter | 2002-05-09 | 1 | -1/+1 | |
| | ||||||
* | merge freom SAMBA_2_2 | Gerald Carter | 2002-05-09 | 1 | -1/+5 | |
| | ||||||
* | merge from SAMBA_2_2 | Gerald Carter | 2002-05-09 | 3 | -8/+8 | |
| | ||||||
* | merge from SAMBA_2_2: remove -symbolic from pam_smbpass linker flags | Gerald Carter | 2002-05-09 | 1 | -1/+1 | |
| | ||||||
* | Sync'ing SAMBA_2_2 with HEAD. | Shirish Kalele | 2002-05-09 | 4 | -279/+431 | |
| | ||||||
* | merge from SAMBA_2_2 | Gerald Carter | 2002-05-09 | 1 | -0/+145 | |
| | ||||||
* | couple of PIDDIR merges I missed | Gerald Carter | 2002-05-09 | 2 | -0/+2 | |
| | ||||||
* | HP-UX 10.20 compiles fixes from SAMBA_2_2 | Gerald Carter | 2002-05-09 | 2 | -1/+5 | |
| | ||||||
* | pidfile merge from SAMBA_2_2 (including --with-fhs) and a few other minor ↵ | Gerald Carter | 2002-05-09 | 7 | -831/+1196 | |
| | | | | things; compiles and shouldnt break, but needs testing | |||||
* | compile fixes; needs testing | Gerald Carter | 2002-05-09 | 6 | -118/+192 | |
| | ||||||
* | Merge in Jerry's called name fix. | Jeremy Allison | 2002-05-08 | 3 | -60/+87 | |
| | | | | Jeremy. | |||||
* | merging some changes from SAMBA_2_2 | Gerald Carter | 2002-05-08 | 42 | -1357/+3107 | |
| | ||||||
* | Added commands for startpageprinter, endpageprinter, setjob and getjob. | Tim Potter | 2002-05-08 | 3 | -2/+115 | |
| | ||||||
* | Added client side spoolss rpc commands for startpageprinter, | Tim Potter | 2002-05-08 | 2 | -0/+260 | |
| | | | | endpageprinter, setjob and getjob. | |||||
* | Added setjob() command. | Tim Potter | 2002-05-08 | 3 | -0/+42 | |
| | ||||||
* | Changed some error returns to return a werror tuple (status code and text | Tim Potter | 2002-05-08 | 1 | -4/+2 | |
| | | | | message) instead of just the status code. | |||||
* | Remove unused variable. | Tim Potter | 2002-05-08 | 1 | -3/+13 | |
| | | | | #ifdef out code for new (uncommitted) version of make_sec_desc() | |||||
* | Added enumjobs command. | Tim Potter | 2002-05-07 | 6 | -10/+199 | |
| | ||||||
* | rpcstr_pull() src_len fix. | Tim Potter | 2002-05-07 | 1 | -1/+1 | |
| | ||||||
* | Added cmd_spoolss_enumjobs() function to rpcclient. | Tim Potter | 2002-05-07 | 1 | -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 Potter | 2002-05-07 | 2 | -5/+48 | |
| | ||||||
* | DOS error 1307 is returned when an invalid owner for a security descriptor | Tim Potter | 2002-05-07 | 2 | -0/+2 | |
| | | | | is detected. | |||||
* | Grr - the removal of the nnecessary prs_align() from relative unicode | Tim Potter | 2002-05-07 | 1 | -2/+0 | |
| | | | | strings didn't make it across into HEAD. | |||||
* | Fixed more compiler warnings. | Tim Potter | 2002-05-07 | 1 | -3/+3 | |
| | ||||||
* | Fixed compile warning. | Tim Potter | 2002-05-07 | 1 | -1/+2 | |
| | ||||||
* | Allow lookup_sids() and lookup_names() to take either a list of strings or | Tim Potter | 2002-05-06 | 1 | -16/+50 | |
| | | | | just a single string. | |||||
* | Removed unused arg to deleteform. | Tim Potter | 2002-05-06 | 1 | -2/+1 | |
| | ||||||
* | Re-order args for enumprinterdrivers function. | Tim Potter | 2002-05-03 | 2 | -9/+9 | |
| | ||||||
* | Some examples using the spoolss python module. | Tim Potter | 2002-05-02 | 3 | -0/+141 | |
| | ||||||
* | Had some environment problem to test the fix, so it would be really ↵ | Simo Sorce | 2002-05-01 | 7 | -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 Potter | 2002-05-01 | 1 | -9/+23 | |
| | | | | Replaced some DEBUG's with PyErr_SetString() calls. | |||||
* | make proto | Tim Potter | 2002-05-01 | 1 | -1/+2 | |
| |