Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | 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 | |
| | | ||||||
| * | 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 | |
| | | ||||||
| * | 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 | |
| | | ||||||
* | | making release version 2.2.4 | Gerald Carter | 2002-05-02 | 1 | -1/+1 | |
| | | ||||||
* | | merge from 2.2 | Gerald Carter | 2002-05-02 | 1 | -1/+1 | |
| | | ||||||
* | | sync with 2.2 | Gerald Carter | 2002-05-02 | 1 | -2/+7 | |
| | | ||||||
* | | merge from SAMBA_2_2 | Gerald Carter | 2002-05-01 | 1 | -2/+2 | |
| | | ||||||
* | | syncing up with SAMBA_2_2 tree | Gerald Carter | 2002-05-01 | 11 | -2933/+913 | |
| | | ||||||
* | | Added some of the newer files... | Jeremy Allison | 2002-04-30 | 8 | -11/+1258 | |
| | | | | | | | | Jeremy. | |||||
* | | Start of merge to 2_2_RELEASE branch for release. | Jeremy Allison | 2002-04-30 | 225 | -17723/+29665 | |
| | | | | | | | | Jeremy. | |||||
* | | This commit was manufactured by cvs2svn to create branch | cvs2svn Import User | 2002-04-24 | 2 | -0/+293 | |
|\ \ | | | | | | | 'SAMBA_2_2_RELEASE'. | |||||
| * | | This commit was manufactured by cvs2svn to create branch 'SAMBA_2_2'. | cvs2svn Import User | 2002-04-24 | 3 | -0/+304 | |
| |\| | ||||||
| | * | 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 | |
| | | | ||||||
| | * | Fix for a bug Jerry found with printing where a smbd connection may | Jeremy Allison | 2002-04-23 | 1 | -1/+6 | |
| | | | | | | | | | | | | | | | be idled even with an open pipe. Jeremy. |