Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Implemented py_to_PRINTER_INFO_3() helper function. | Tim Potter | 2002-05-01 | 1 | -3/+14 |
| | |||||
* | Implemented routines to convert from a Python dictionary to a SEC_DESC | Tim Potter | 2002-05-01 | 1 | -38/+38 |
| | | | | | | structure. Cleaned up debugging stuff. | ||||
* | Removed unused variable. | Tim Potter | 2002-05-01 | 1 | -2/+0 |
| | |||||
* | fixed tdbtool from core dumping. But the braces to make Chris happy ! | Jean-François Micouleau | 2002-04-30 | 1 | -2/+4 |
| | | | | J.F. | ||||
* | changed more DEBUG level from 0 to higher. | Jean-François Micouleau | 2002-04-30 | 3 | -11/+11 |
| | | | | J.F. | ||||
* | some debug log changes, and fixed wrepld crashing when there is no wins | Jean-François Micouleau | 2002-04-30 | 1 | -28/+34 |
| | | | | | | partners parameter in smb.conf J.F. | ||||
* | Fix $MAKE | Martin Pool | 2002-04-30 | 1 | -1/+1 |
| | |||||
* | Two small fixes for "make proto": wbrepld was never getting rebuilt | Martin Pool | 2002-04-30 | 1 | -13/+11 |
| | | | | | because it wasn't killed by delheaders; and there was a race in delheaders with make -j. | ||||
* | Fix build farm bug. | Jeremy Allison | 2002-04-29 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | don't set the owner and group sid offset is there are no owner or group | Jean-François Micouleau | 2002-04-29 | 1 | -4/+5 |
| | | | | | | owner. J.F. | ||||
* | Added 2.2.x mangle fix to old mangle code in HEAD. | Jeremy Allison | 2002-04-29 | 1 | -2/+1 |
| | | | | Jeremy. | ||||
* | Merge Herb's idmap endian fix. | Jeremy Allison | 2002-04-27 | 3 | -12/+16 |
| | | | | Jeremy. | ||||
* | this code has been sitting on one of my box for 3 months. | Jean-François Micouleau | 2002-04-27 | 4 | -103/+262 |
| | | | | | | | | | | add wins push replication, better handling of partners, rewrote half of parser. I know some parser code need to be changed to better cope with multihomed machine and groups. J.F. | ||||
* | Another attempt at fixing the endian problem when upgrading from 2.2.3a. | Jeremy Allison | 2002-04-27 | 1 | -8/+12 |
| | | | | | Herb please check. Jeremy. | ||||
* | Attempt to fix big-endian upgrade problem (Herb, Jerry, please check). | Jeremy Allison | 2002-04-26 | 1 | -6/+12 |
| | | | | Jeremy. | ||||
* | fix compile error | Herb Lewis | 2002-04-26 | 1 | -1/+6 |
| | |||||
* | * merge from SAMBA_2_2 | Gerald Carter | 2002-04-25 | 5 | -43/+342 |
| | | | | | * fix typos * regenerate pages | ||||
* | Fix from Herb for upgrading from big-endian earlier databases. | Jeremy Allison | 2002-04-25 | 1 | -4/+4 |
| | | | | Jeremy. | ||||
* | smbd/fileio.c: debug changes so read/write/seek calls can be logged for ↵ | Jeremy Allison | 2002-04-24 | 1 | -382/+393 |
| | | | | | | | name, pos, size easily. Might help with access problem. Jeremy. | ||||
* | move to the FNV1 hash alghorithm seem good | Simo Sorce | 2002-04-24 | 2 | -4/+15 |
| | | | | | | the test revealed 15 collision with 1 Million long file names :-) Simo. | ||||
* | patch from Alexander Bokovoy needed for dlopen on bsd systems | Andrew Tridgell | 2002-04-24 | 7 | -627/+707 |
| | |||||
* | add collision/total indication to every collision report | Simo Sorce | 2002-04-24 | 1 | -2/+3 |
| | |||||
* | damn! I forgot to commit winbindd_dual.c | Andrew Tridgell | 2002-04-24 | 1 | -0/+205 |
| | |||||
* | main() needs to be indented to make sure it doesn't generate a | Andrew Tridgell | 2002-04-24 | 1 | -1/+1 |
| | | | | prototype | ||||
* | made a couple of variables static | Andrew Tridgell | 2002-04-24 | 1 | -3/+4 |
| | |||||
* | Added constant and message for invalid security descriptor dos error. | Tim Potter | 2002-04-24 | 2 | -0/+2 |
| | |||||
* | a new "dual daemon" operating mode for winbindd | Andrew Tridgell | 2002-04-24 | 4 | -50/+114 |
| | | | | | | | | | this mode improves the response time of winbindd by having a background process update the cache while the forground process responds to queries from cache. You can enable this mode using the -B command line option. It is quite experimental, which is why it is not the default. | ||||
* | prototypes for some systems that don't have them | Andrew Tridgell | 2002-04-24 | 1 | -0/+8 |
| | |||||
* | When doing a non-io open the stat failing is no cause for a debug zero | Jeremy Allison | 2002-04-23 | 1 | -2/+6 |
| | | | | | to be printed, it just means file not found. Jeremy. | ||||
* | Fix my stupid compile bug in num_files_open. | Jeremy Allison | 2002-04-23 | 1 | -5/+6 |
| | | | | Jeremy. | ||||
* | Spelling fixes from vance | Andrew Bartlett | 2002-04-23 | 1 | -6/+6 |
| |