summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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.
* changed more DEBUG level from 0 to higher.Jean-François Micouleau2002-04-303-11/+11
| | | | J.F.
* some debug log changes, and fixed wrepld crashing when there is no winsJean-François Micouleau2002-04-301-28/+34
| | | | | | partners parameter in smb.conf J.F.
* Fix $MAKEMartin Pool2002-04-301-1/+1
|
* Two small fixes for "make proto": wbrepld was never getting rebuiltMartin Pool2002-04-301-13/+11
| | | | | because it wasn't killed by delheaders; and there was a race in delheaders with make -j.
* Fix build farm bug.Jeremy Allison2002-04-291-1/+1
| | | | Jeremy.
* don't set the owner and group sid offset is there are no owner or groupJean-François Micouleau2002-04-291-4/+5
| | | | | | owner. J.F.
* Added 2.2.x mangle fix to old mangle code in HEAD.Jeremy Allison2002-04-291-2/+1
| | | | Jeremy.
* Merge Herb's idmap endian fix.Jeremy Allison2002-04-273-12/+16
| | | | Jeremy.
* this code has been sitting on one of my box for 3 months.Jean-François Micouleau2002-04-274-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 Allison2002-04-271-8/+12
| | | | | Herb please check. Jeremy.
* Attempt to fix big-endian upgrade problem (Herb, Jerry, please check).Jeremy Allison2002-04-261-6/+12
| | | | Jeremy.
* fix compile errorHerb Lewis2002-04-261-1/+6
|
* * merge from SAMBA_2_2Gerald Carter2002-04-255-43/+342
| | | | | * fix typos * regenerate pages
* Fix from Herb for upgrading from big-endian earlier databases.Jeremy Allison2002-04-251-4/+4
| | | | Jeremy.
* smbd/fileio.c: debug changes so read/write/seek calls can be logged for ↵Jeremy Allison2002-04-241-382/+393
| | | | | | | name, pos, size easily. Might help with access problem. Jeremy.
* move to the FNV1 hash alghorithm seem goodSimo Sorce2002-04-242-4/+15
| | | | | | the test revealed 15 collision with 1 Million long file names :-) Simo.
* patch from Alexander Bokovoy needed for dlopen on bsd systemsAndrew Tridgell2002-04-247-627/+707
|