summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
| |
| * 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
| |
| * 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
| |
| * add collision/total indication to every collision reportSimo Sorce2002-04-241-2/+3
| |
| * damn! I forgot to commit winbindd_dual.cAndrew Tridgell2002-04-241-0/+205
| |
| * main() needs to be indented to make sure it doesn't generate aAndrew Tridgell2002-04-241-1/+1
| | | | | | | | prototype
| * made a couple of variables staticAndrew Tridgell2002-04-241-3/+4
| |
* | making release version 2.2.4Gerald Carter2002-05-021-1/+1
| |
* | merge from 2.2Gerald Carter2002-05-021-1/+1
| |
* | sync with 2.2Gerald Carter2002-05-021-2/+7
| |
* | merge from SAMBA_2_2Gerald Carter2002-05-011-2/+2
| |
* | syncing up with SAMBA_2_2 treeGerald Carter2002-05-0111-2933/+913
| |
* | Added some of the newer files...Jeremy Allison2002-04-308-11/+1258
| | | | | | | | Jeremy.
* | Start of merge to 2_2_RELEASE branch for release.Jeremy Allison2002-04-30225-17723/+29665
| | | | | | | | Jeremy.
* | This commit was manufactured by cvs2svn to create branchcvs2svn Import User2002-04-242-0/+293
|\ \ | | | | | | 'SAMBA_2_2_RELEASE'.
| * | This commit was manufactured by cvs2svn to create branch 'SAMBA_2_2'.cvs2svn Import User2002-04-243-0/+304
| |\|
| | * Added constant and message for invalid security descriptor dos error.Tim Potter2002-04-242-0/+2
| | |
| | * a new "dual daemon" operating mode for winbinddAndrew Tridgell2002-04-244-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 themAndrew Tridgell2002-04-241-0/+8
| | |
| | * When doing a non-io open the stat failing is no cause for a debug zeroJeremy Allison2002-04-231-2/+6
| | | | | | | | | | | | | | | to be printed, it just means file not found. Jeremy.
| | * Fix my stupid compile bug in num_files_open.Jeremy Allison2002-04-231-5/+6
| | | | | | | | | | | | Jeremy.
| | * Spelling fixes from vanceAndrew Bartlett2002-04-231-6/+6
| | |
| | * Fix for a bug Jerry found with printing where a smbd connection mayJeremy Allison2002-04-231-1/+6
| | | | | | | | | | | | | | | be idled even with an open pipe. Jeremy.