| Commit message (Expand) | Author | Age | Files | Lines |
| * | - bug in nmbd registering DOMAIN_NAME<1c> to WINS server; recursion | Luke Leighton | 1999-11-19 | 2 | -8/+19 |
| * | responses to UDP samquery go back to SERVER<00> not DOMAIN<1c>, the | Luke Leighton | 1999-11-18 | 2 | -9/+9 |
| * | added regqueryval command (experimental) to get reg_io_q_info() and | Luke Leighton | 1999-11-18 | 1 | -0/+2 |
| * | - added DCE/RPC "fault" PDU support. | Luke Leighton | 1999-11-15 | 1 | -5/+21 |
| * | Fix for Win95 not being able to find PDC (for User/Server Manager, and | Matthew Chapman | 1999-08-08 | 1 | -11/+14 |
| * | Trying to improve DC location & browsing performance for the average user | Matthew Chapman | 1999-04-11 | 2 | -5/+1 |
| * | SAMLOGON query - alignment issue is beginning to get to me. | Luke Leighton | 1999-03-17 | 1 | -0/+2 |
| * | alignment issue for UDP SAMLOGON response. | Luke Leighton | 1999-03-17 | 1 | -2/+2 |
| * | alignment issue in UDP SAMLOGON response. | Luke Leighton | 1999-03-09 | 1 | -3/+6 |
| * | mods to allow inter-domain trust accounts to be added to SAM database | Luke Leighton | 1999-03-09 | 1 | -51/+4 |
| * | oh dear, it's this one again. removed check for MAILSLOT\NTLOGON because | Luke Leighton | 1999-03-09 | 1 | -14/+12 |
| * | Always null-terminate strings. | Matthew Chapman | 1999-02-15 | 1 | -7/+7 |
| * | UNICODE cleanup (see lib/util_unistr.c). | Matthew Chapman | 1999-02-12 | 1 | -20/+21 |
| * | Fix bug with nmbd running wild due to recursion in retransmit_or_expire_respo... | Jeremy Allison | 1998-12-17 | 2 | -9/+27 |
| * | oops, util_pwdb.c appears to be included in PASSDB_OBJ not LIB_OBJ. | Luke Leighton | 1998-12-09 | 1 | -1/+1 |
| * | need to initialise global_myworkgroup | Luke Leighton | 1998-12-09 | 1 | -0/+5 |
| * | removed the SID stuff from the head branch as well. | Andrew Tridgell | 1998-12-09 | 2 | -35/+5 |
| * | jean-f spotted race condition on generation of sam sid, from starting | Luke Leighton | 1998-12-03 | 1 | -1/+1 |
| * | rpc_samr.h parse_samr.c srv_samr.c : | Luke Leighton | 1998-12-01 | 1 | -1/+1 |
| * | weekend work. user / group database API. | Luke Leighton | 1998-11-29 | 1 | -14/+15 |
| * | Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls. | Jeremy Allison | 1998-11-17 | 4 | -6/+6 |
| * | - group database API. oops and oh dear, the threat has been carried out: | Luke Leighton | 1998-11-17 | 1 | -3/+3 |
| * | Removed acconfig.h configure configure.in include/config.h.in: Made smbwrappe... | Jeremy Allison | 1998-11-14 | 19 | -150/+150 |
| * | client/client.c: Patch to tidy up file size output. | Jeremy Allison | 1998-11-02 | 1 | -4/+1 |
| * | removed comment line at end of file | Luke Leighton | 1998-11-02 | 1 | -2/+4 |
| * | took out Lukes change as it breaks domain logons for Win95 clients | Andrew Tridgell | 1998-10-31 | 1 | -4/+0 |
| * | Okay, this is really silly but removing one space from one debug statement | Christopher R. Hertel | 1998-10-22 | 1 | -1/+1 |
| * | Minor change. | Christopher R. Hertel | 1998-10-22 | 1 | -1/+1 |
| * | Another cosmetic change. | Christopher R. Hertel | 1998-10-22 | 1 | -2/+8 |
| * | Changed the debug calls to use the newer debug macros. This allowed me to | Christopher R. Hertel | 1998-10-21 | 1 | -59/+151 |
| * | fixing smbd encrypted rpcs (data lens, alloc hints, sequence nums argh). | Luke Leighton | 1998-10-21 | 1 | -0/+6 |
| * | get type of callback right | Andrew Tridgell | 1998-10-05 | 1 | -1/+1 |
| * | Missed one removed multi-statement line. Grrr. | Jeremy Allison | 1998-09-29 | 1 | -0/+1 |
| * | Fixed bug introduced by me in dead code elimination. | Jeremy Allison | 1998-09-29 | 1 | -22/+44 |
| * | get away with dummy and .dummy files | Alexandre Oliva | 1998-09-29 | 1 | -1/+0 |
| * | Changes to test in configure if capabilities are enabled on a system. | Jeremy Allison | 1998-09-28 | 6 | -41/+9 |
| * | automated generation of .dummy files for each subdirectory; | Alexandre Oliva | 1998-09-28 | 1 | -1/+0 |
| * | Makefile.in: Fixed bug with continuation line causing proto to fail. | Jeremy Allison | 1998-09-25 | 2 | -2/+2 |
| * | added rpcclient program | Luke Leighton | 1998-09-25 | 1 | -1/+7 |
| * | replace getpass() with getsmbpass() if getsmbpass.c compiles | Alexandre Oliva | 1998-09-21 | 1 | -1/+1 |
| * | major autoconf clean-up | Alexandre Oliva | 1998-09-21 | 1 | -0/+1 |
| * | oops ... I got the filenames wrong in my cleanup of the wins database | Andrew Tridgell | 1998-09-18 | 1 | -1/+2 |
| * | nmbd/nmbd_winsserver.c: Fixed printf style warning. | Jeremy Allison | 1998-09-18 | 1 | -1/+1 |
| * | configure configure.in: Added tests for fseek64 and ftell64. | Jeremy Allison | 1998-09-17 | 1 | -1/+1 |
| * | fixed another potential fork bomb where the wins file becomes | Andrew Tridgell | 1998-09-17 | 2 | -0/+5 |
| * | fixed the nmbd fork bomb. It was a silly mistake, as | Andrew Tridgell | 1998-09-17 | 1 | -0/+3 |
| * | fixed a typo in my last commit | Andrew Tridgell | 1998-09-17 | 1 | -1/+1 |
| * | fixed a potential problem with wins_write_database() child processes. | Andrew Tridgell | 1998-09-17 | 3 | -13/+13 |
| * | fixed a bug in the wins database writer that caused the database to be | Andrew Tridgell | 1998-09-10 | 1 | -3/+11 |
| * | Copyright notices written to debug logs are now through 1998. | Christopher R. Hertel | 1998-09-09 | 1 | -1/+1 |