| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | Sorry Jim we can't assign to global_xxx(), we need to call set_global_xxx() | Jeremy Allison | 2002-11-13 | 1 | -1/+1 |
| * | | Bring smbmount.c in line with jra's global-cide. global_scope was used here... | Jim McDonough | 2002-11-13 | 1 | -2/+1 |
| * | | Removed global_myworkgroup, global_myname, global_myscope. Added liberal | Jeremy Allison | 2002-11-12 | 102 | -1895/+1662 |
| * | | Fix all returns to be size_t (they are all unsigned). Fixup strlen being | Jeremy Allison | 2002-11-11 | 1 | -213/+244 |
| * | | fix for CR 601. Only call addprinter command when the port, driver, comment,... | Gerald Carter | 2002-11-11 | 1 | -2/+8 |
| * | | Improve DEBUG output somewhat more | Jelmer Vernooij | 2002-11-11 | 1 | -2/+5 |
| * | | Add more debug info | Jelmer Vernooij | 2002-11-11 | 1 | -2/+2 |
| * | | Add getdata and getdataex commands | Jim McDonough | 2002-11-11 | 1 | -38/+187 |
| * | | Sync with HEAD. | Tim Potter | 2002-11-11 | 1 | -174/+274 |
| * | | First cut of fix for changenotify on a print server handle. Use the connectio... | Jeremy Allison | 2002-11-10 | 2 | -54/+109 |
| * | | Print the number of returned rows, not the number of fields | Jelmer Vernooij | 2002-11-10 | 1 | -2/+2 |
| * | | Remove testsmbc.c from source/ in 3.0 as well. It's already in examples/ | Jelmer Vernooij | 2002-11-10 | 1 | -455/+0 |
| * | | sync with head | Simo Sorce | 2002-11-10 | 3 | -76/+57 |
| * | | After the lord mayors parade...... | Jeremy Allison | 2002-11-10 | 2 | -13/+39 |
| * | | Fix for scalable printing noticed by tpot. Don't loop infinately | Jeremy Allison | 2002-11-10 | 1 | -13/+36 |
| * | | Back out some of my sync changes | Jelmer Vernooij | 2002-11-09 | 4 | -59/+7 |
| * | | Merge append_log fix from HEAD | Andrew Bartlett | 2002-11-09 | 1 | -2/+0 |
| * | | Add net help join text, from Steve Langasek. | Jim McDonough | 2002-11-09 | 1 | -15/+32 |
| * | | Last sync with HEAD | Jelmer Vernooij | 2002-11-09 | 8 | -164/+684 |
| * | | Sync with HEAD | Jelmer Vernooij | 2002-11-09 | 11 | -125/+517 |
| * | | deldriver fix | Gerald Carter | 2002-11-09 | 3 | -6/+18 |
| * | | re-enable ffpcn on print server handle | Gerald Carter | 2002-11-09 | 1 | -1/+1 |
| * | | remove accidental debug code. | Gerald Carter | 2002-11-09 | 1 | -4/+0 |
| * | | Fix bug found by tpot with given password server. | Jeremy Allison | 2002-11-09 | 1 | -1/+1 |
| * | | Add chainlock_read functions to get a read lock. Used in *massively* | Jeremy Allison | 2002-11-09 | 2 | -5/+50 |
| * | | Merge fix for uninitialised IP variable from HEAD | Andrew Bartlett | 2002-11-09 | 1 | -0/+1 |
| * | | fix for defunct winbindd from APP_HEAD | Gerald Carter | 2002-11-08 | 1 | -2/+7 |
| * | | Merge from HEAD: | Andrew Bartlett | 2002-11-08 | 7 | -46/+60 |
| * | | Add enumdataex command | Jim McDonough | 2002-11-08 | 1 | -0/+80 |
| * | | Implement enumdata command | Jim McDonough | 2002-11-08 | 1 | -2/+85 |
| * | | Sync with HEAD to get enumprinterkey api. | Jim McDonough | 2002-11-08 | 2 | -0/+129 |
| * | | Add enumkey command (EnumPrinterKey api) | Jim McDonough | 2002-11-08 | 1 | -0/+76 |
| * | | patches from Urban | Gerald Carter | 2002-11-08 | 2 | -0/+5 |
| * | | Don't set global_machine_password_needs_changing if | Tim Potter | 2002-11-08 | 1 | -4/+6 |
| * | | Fix crash bug with overwriting malloced memory. | Jeremy Allison | 2002-11-07 | 1 | -5/+3 |
| * | | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us... | cvs2svn Import User | 2002-11-07 | 3 | -0/+1666 |
| |\| |
|
| | * | Fix small typo | Jelmer Vernooij | 2002-11-07 | 1 | -1/+1 |
| | * | What is wrong with you, Jim? Check in the final version, not an interim one... | Jim McDonough | 2002-11-07 | 1 | -139/+17 |
| | * | Fix the build. | Jim McDonough | 2002-11-07 | 1 | -1/+4 |
| | * | Allow multiple fragment RPC's to be sent. | Jim McDonough | 2002-11-07 | 1 | -18/+175 |
| | * | Stop using hardcoded transact commands | Jim McDonough | 2002-11-07 | 1 | -3/+3 |
| | * | Add smbtrans subcommands so we can stop hardcoding them | Jim McDonough | 2002-11-07 | 1 | -0/+5 |
| | * | Remove lp_security() checks for winbindd as this is how we act as a PDC. | Tim Potter | 2002-11-07 | 1 | -6/+0 |
| | * | Keeping branches in sync.... | Jeremy Allison | 2002-11-07 | 1 | -1/+2 |
| | * | fixed some formatting errors and improved some debug statements in | Andrew Tridgell | 2002-11-07 | 1 | -7/+11 |
| | * | when doing a 'net rpc vampire' a pdb_init_sam_pw() is used to create a | Andrew Tridgell | 2002-11-07 | 1 | -0/+3 |
| | * | Merge of scalable printing code fix... Needs testing. | Jeremy Allison | 2002-11-07 | 13 | -67/+370 |
| | * | Call winbindd_param_init() earlier on in the piece so we don't get stuck in | Tim Potter | 2002-11-07 | 2 | -15/+22 |
| | * | For a BUFFER5, don't parse the buffer if the buffer length is zero. | Tim Potter | 2002-11-06 | 1 | -3/+4 |
| | * | Client side functions for enumprinterkey. | Tim Potter | 2002-11-06 | 2 | -0/+129 |