Age | Commit message (Expand) | Author | Files | Lines |
2000-07-06 | Changed checking for WINBINDD_OK return value instead of NSS_STATUS_SUCCESS | Tim Potter | 1 | -3/+3 |
2000-07-06 | Moved lib/util_seaccess.o from LIB_OBJ to SMBD1_OBJ as it is only used by | Tim Potter | 1 | -2/+2 |
2000-07-06 | new protos | Andrew Tridgell | 1 | -1/+0 |
2000-07-06 | the smbw sample prog | Andrew Tridgell | 1 | -0/+93 |
2000-07-06 | don't need shmem any more | Andrew Tridgell | 3 | -38/+0 |
2000-07-06 | wrote a little sample smbw program | Andrew Tridgell | 1 | -1/+8 |
2000-07-06 | added -L option | Andrew Tridgell | 1 | -2/+8 |
2000-07-06 | got smbw to compile again on Linux | Andrew Tridgell | 2 | -3/+4 |
2000-07-06 | Bracked unbracketed macro arguments while looking for another bug. | Tim Potter | 1 | -2/+2 |
2000-07-05 | Merge of wbinfo program from TNG. | Tim Potter | 3 | -2/+421 |
2000-07-04 | the dummy field in driver_info_6 is before the driver version and not | Jean-François Micouleau | 1 | -2/+2 |
2000-07-04 | driver_info_6 had a prs_align() that should not have been there. | Jean-François Micouleau | 1 | -2/+0 |
2000-07-03 | Some more sec_ctx changes. Modified some fields in the pipe_struct | Tim Potter | 5 | -39/+49 |
2000-07-03 | first pass at merging rpcclient from TNG to HEAD. You can get a | Gerald Carter | 1 | -14/+18 |
2000-07-03 | first pass at merging rpcclient from TNG to HEAD. You can get a | Gerald Carter | 9 | -747/+2396 |
2000-07-03 | first pass at merging rpcclient from TNG to HEAD. You can get a | Gerald Carter | 7 | -105/+353 |
2000-07-03 | first pass at merging rpcclient from TNG to HEAD. You can get a | Gerald Carter | 4 | -6/+105 |
2000-07-03 | Renamed generic_request() to winbindd_request() | Tim Potter | 2 | -4/+4 |
2000-07-03 | Re-ran autoconf | Tim Potter | 1 | -137/+136 |
2000-07-01 | reverting Jeremy's changes to enumprinterdata. | Jean-François Micouleau | 1 | -2/+2 |
2000-07-01 | Found that the minimum priority is 1 and not 0 on NT. | Jean-François Micouleau | 2 | -5/+12 |
2000-07-01 | Removed unneccessary ()'s afer &'s that made it look like we | Jeremy Allison | 1 | -125/+125 |
2000-06-30 | Merge from TNG. | Tim Potter | 2 | -191/+206 |
2000-06-30 | Fixed oops with missing MANGLE_PATH directive. | Jeremy Allison | 1 | -2/+6 |
2000-06-29 | simpler configure test | Andrew Tridgell | 1 | -2/+1 |
2000-06-29 | slightly saner defaults | Andrew Tridgell | 1 | -3/+3 |
2000-06-29 | Tidy up current spool code - added some JRATEST ifdefs to allow | Jeremy Allison | 3 | -28/+29 |
2000-06-28 | Removed extra uint32 field in auto-notify reply. This fixes some spoolss.exe | Jeremy Allison | 1 | -49/+75 |
2000-06-26 | Changing drivers using the properties page works - but only if getting/setting | Jeremy Allison | 5 | -424/+439 |
2000-06-26 | Fixed display of "Everyone" in SD's. | Jeremy Allison | 1 | -1/+5 |
2000-06-26 | fixed size alignment in talloc | Andrew Tridgell | 1 | -2/+2 |
2000-06-24 | lib/util_sid.c: Uninitialized memory read. | Jeremy Allison | 4 | -9/+20 |
2000-06-23 | Fix a malloc of zero problem. | Jeremy Allison | 1 | -38/+49 |
2000-06-23 | lib/util_unistr.c: Off-by-one fix for dos_PutUniStr from John Reilly jreilly@... | Jeremy Allison | 2 | -2/+6 |
2000-06-23 | make proto | Tim Potter | 1 | -0/+41 |
2000-06-23 | Some compile fixes. | Tim Potter | 1 | -3/+0 |
2000-06-23 | Got a bit carried away deleting things. | Tim Potter | 1 | -1/+1 |
2000-06-23 | Removed unused variables. | Tim Potter | 1 | -2/+0 |
2000-06-23 | Added parenthesis around definition of PRINTER_ACE_PRINT. | Tim Potter | 1 | -1/+1 |
2000-06-23 | Added return for become_authenticated_pipe_user() function. | Tim Potter | 1 | -0/+2 |
2000-06-23 | make proto | Tim Potter | 1 | -386/+393 |
2000-06-23 | Added MAX_SEC_CTX_DEPTH | Tim Potter | 1 | -0/+2 |
2000-06-23 | Delete OriginalDir stuff. | Tim Potter | 3 | -16/+20 |
2000-06-23 | Moved some static functions to sec_ctx.c | Tim Potter | 1 | -222/+30 |
2000-06-23 | Added smbd/sec_ctx.o to smbd objects. | Tim Potter | 1 | -1/+2 |
2000-06-23 | Call init_sec_ctx() instead of init_uid(). | Tim Potter | 1 | -9/+1 |
2000-06-23 | Removed save directory argument to become_root() calls. Probably most of | Tim Potter | 6 | -42/+42 |
2000-06-23 | I've been working on refactoring some of the mess that is the become_user() | Tim Potter | 1 | -0/+295 |
2000-06-23 | just enough to get rpcclient to compile. Look for #if 0 | Gerald Carter | 5 | -4/+15 |
2000-06-22 | Changed enumports to show printernames as ports. In line with 'the grand plan... | Jeremy Allison | 3 | -16/+67 |