Age | Commit message (Expand) | Author | Files | Lines |
1998-12-07 | removed nt_pipe_fnum from struct cli_state. need to be able to call | Luke Leighton | 1 | -9/+14 |
1998-12-01 | rpc_samr.h parse_samr.c srv_samr.c : | Luke Leighton | 1 | -1/+1 |
1998-11-30 | pwdb_initialise() in the wrong place: must load smb.conf first. thanks phil. | Luke Leighton | 1 | -6/+6 |
1998-11-29 | weekend work. user / group database API. | Luke Leighton | 1 | -1/+2 |
1998-11-25 | fixing domain join and domain login problems | Luke Leighton | 1 | -4/+2 |
1998-11-19 | update testparm with -s option so it doesn't require a carriage return | Herb Lewis | 1 | -10/+34 |
1998-11-18 | Added OSF1 changes to HEAD (-lsecurity etc.) | Jeremy Allison | 1 | -12/+6 |
1998-11-17 | Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls. | Jeremy Allison | 4 | -7/+7 |
1998-11-17 | - group database API. oops and oh dear, the threat has been carried out: | Luke Leighton | 3 | -205/+721 |
1998-11-16 | Added fixes for machine accounts. | Jeremy Allison | 1 | -10/+32 |
1998-11-13 | fixes for OSF1 compilation | Andrew Tridgell | 2 | -5/+8 |
1998-11-13 | sids in rpctorture changed from fstrings to DOM_SID | Luke Leighton | 1 | -2/+2 |
1998-11-12 | Removed code that used printf/fprintf in password changin libraries. | Herb Lewis | 1 | -3/+19 |
1998-11-12 | Fixed smbpasswd so that enabling a user who already has a password | Jeremy Allison | 1 | -2/+20 |
1998-11-12 | extracted the password change code from smbpasswd and used it in swat | Andrew Tridgell | 1 | -218/+0 |
1998-11-12 | char -> uchar fix | Andrew Tridgell | 1 | -1/+1 |
1998-11-12 | largely rewrote smbpasswd so that the code is understandable. This | Andrew Tridgell | 1 | -637/+679 |
1998-11-10 | include/local.h: | Jeremy Allison | 1 | -0/+4 |
1998-11-09 | converted smbclient to use clientgen.c rather than clientutil.c | Andrew Tridgell | 1 | -1/+1 |
1998-11-07 | codepages/codepage_def.936: Updated comment. | Jeremy Allison | 1 | -3/+3 |
1998-11-06 | lib/charcnv.c: Improved debug comment. | Jeremy Allison | 1 | -8/+10 |
1998-11-05 | check return value of locking_init() | Andrew Tridgell | 1 | -10/+12 |
1998-11-04 | Added scripting option (-s) to smbpasswd. | Jeremy Allison | 1 | -10/+73 |
1998-11-03 | Makefile.in configure configure.in include/proto.h smbd/noquotas.c smbd/quota... | Jeremy Allison | 1 | -0/+3 |
1998-10-30 | Fix suggested by Nicholas.S.Jenkins@cdc.com - connect to the | Jeremy Allison | 1 | -2/+7 |
1998-10-28 | I've moved the debugparse module files into the ubiqx directory because I | Christopher R. Hertel | 1 | -15/+10 |
1998-10-27 | Fixed a small bug in debug2html. It wasn't properly checking EOF. The | Christopher R. Hertel | 1 | -1/+18 |
1998-10-26 | Here is the simple debug parser and the debug2html converter. Still to do: | Christopher R. Hertel | 1 | -0/+239 |
1998-10-24 | volker was concerned about unique inode numbers and smbsh. This set of | Andrew Tridgell | 1 | -4/+5 |
1998-10-22 | torture debug. | Luke Leighton | 1 | -0/+14 |
1998-10-22 | enumeration tests (files, sessions, shares, connections). | Luke Leighton | 1 | -0/+32 |
1998-10-22 | rpctorture command | Luke Leighton | 1 | -0/+520 |
1998-10-20 | fixed a connection bug in torture test | Andrew Tridgell | 1 | -11/+66 |
1998-10-16 | added maxfid test | Andrew Tridgell | 1 | -11/+66 |
1998-10-14 | set recursion desired for bcast name query | Andrew Tridgell | 1 | -1/+2 |
1998-10-08 | dce/rpc | Luke Leighton | 1 | -3/+3 |
1998-10-08 | - don't generate 0 params in torture | Andrew Tridgell | 1 | -1/+1 |
1998-10-08 | - fixed a bunch of warnings and minor errors | Andrew Tridgell | 1 | -53/+37 |
1998-10-08 | use 1 second resolution calls if possible | Andrew Tridgell | 1 | -3/+3 |
1998-10-04 | - modified resolve_name() to take a name_type | Andrew Tridgell | 1 | -1/+1 |
1998-10-03 | added lseek() support for directories | Andrew Tridgell | 1 | -2/+2 |
1998-10-02 | - static function "create_new_hashes" was identical to "nt_lm_owf_gen". | Luke Leighton | 1 | -23/+2 |
1998-10-02 | some changes in smbtorture as a result of clientgen interface changes | Andrew Tridgell | 1 | -5/+5 |
1998-09-28 | Fixed problems found in lint pass over the old code by <cpeterso@microsoft.com>. | Jeremy Allison | 1 | -3/+25 |
1998-09-28 | Changes to test in configure if capabilities are enabled on a system. | Jeremy Allison | 3 | -9/+4 |
1998-09-28 | automated generation of .dummy files for each subdirectory; | Alexandre Oliva | 1 | -1/+0 |
1998-09-27 | Fixed up more possibly uninitialized variables. | Richard Sharpe | 1 | -1/+1 |
1998-09-25 | Makefile.in: Fixed bug with continuation line causing proto to fail. | Jeremy Allison | 2 | -7/+11 |
1998-09-25 | added wksinfo command to rpcclient, which don't work too good. | Luke Leighton | 1 | -0/+1 |
1998-09-25 | added rpcclient program | Luke Leighton | 1 | -1/+7 |