Age | Commit message (Expand) | Author | Files | Lines |
1998-12-03 | jean-f spotted race condition on generation of sam sid, from starting | Luke Leighton | 1 | -1/+1 |
1998-12-01 | rpc_samr.h parse_samr.c srv_samr.c : | Luke Leighton | 1 | -1/+1 |
1998-11-29 | weekend work. user / group database API. | Luke Leighton | 1 | -14/+15 |
1998-11-17 | Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls. | Jeremy Allison | 4 | -6/+6 |
1998-11-17 | - group database API. oops and oh dear, the threat has been carried out: | Luke Leighton | 1 | -3/+3 |
1998-11-14 | Removed acconfig.h configure configure.in include/config.h.in: Made smbwrappe... | Jeremy Allison | 19 | -150/+150 |
1998-11-02 | client/client.c: Patch to tidy up file size output. | Jeremy Allison | 1 | -4/+1 |
1998-11-02 | removed comment line at end of file | Luke Leighton | 1 | -2/+4 |
1998-10-31 | took out Lukes change as it breaks domain logons for Win95 clients | Andrew Tridgell | 1 | -4/+0 |
1998-10-22 | Okay, this is really silly but removing one space from one debug statement | Christopher R. Hertel | 1 | -1/+1 |
1998-10-22 | Minor change. | Christopher R. Hertel | 1 | -1/+1 |
1998-10-22 | Another cosmetic change. | Christopher R. Hertel | 1 | -2/+8 |
1998-10-21 | Changed the debug calls to use the newer debug macros. This allowed me to | Christopher R. Hertel | 1 | -59/+151 |
1998-10-21 | fixing smbd encrypted rpcs (data lens, alloc hints, sequence nums argh). | Luke Leighton | 1 | -0/+6 |
1998-10-05 | get type of callback right | Andrew Tridgell | 1 | -1/+1 |
1998-09-29 | Missed one removed multi-statement line. Grrr. | Jeremy Allison | 1 | -0/+1 |
1998-09-29 | Fixed bug introduced by me in dead code elimination. | Jeremy Allison | 1 | -22/+44 |
1998-09-29 | get away with dummy and .dummy files | Alexandre Oliva | 1 | -1/+0 |
1998-09-28 | Changes to test in configure if capabilities are enabled on a system. | Jeremy Allison | 6 | -41/+9 |
1998-09-28 | automated generation of .dummy files for each subdirectory; | Alexandre Oliva | 1 | -1/+0 |
1998-09-25 | Makefile.in: Fixed bug with continuation line causing proto to fail. | Jeremy Allison | 2 | -2/+2 |
1998-09-25 | added rpcclient program | Luke Leighton | 1 | -1/+7 |
1998-09-21 | replace getpass() with getsmbpass() if getsmbpass.c compiles | Alexandre Oliva | 1 | -1/+1 |
1998-09-21 | major autoconf clean-up | Alexandre Oliva | 1 | -0/+1 |
1998-09-18 | oops ... I got the filenames wrong in my cleanup of the wins database | Andrew Tridgell | 1 | -1/+2 |
1998-09-18 | nmbd/nmbd_winsserver.c: Fixed printf style warning. | Jeremy Allison | 1 | -1/+1 |
1998-09-17 | configure configure.in: Added tests for fseek64 and ftell64. | Jeremy Allison | 1 | -1/+1 |
1998-09-17 | fixed another potential fork bomb where the wins file becomes | Andrew Tridgell | 2 | -0/+5 |
1998-09-17 | fixed the nmbd fork bomb. It was a silly mistake, as | Andrew Tridgell | 1 | -0/+3 |
1998-09-17 | fixed a typo in my last commit | Andrew Tridgell | 1 | -1/+1 |
1998-09-17 | fixed a potential problem with wins_write_database() child processes. | Andrew Tridgell | 3 | -13/+13 |
1998-09-10 | fixed a bug in the wins database writer that caused the database to be | Andrew Tridgell | 1 | -3/+11 |
1998-09-09 | Copyright notices written to debug logs are now through 1998. | Christopher R. Hertel | 1 | -1/+1 |
1998-09-05 | tridge the destroyer returns! | Andrew Tridgell | 6 | -168/+10 |
1998-09-02 | we are never interested in SIGPIPE so just ignore (block) it | Andrew Tridgell | 1 | -12/+2 |
1998-08-31 | I looked at the refresh issue a bit more and discovered that Samba | Andrew Tridgell | 1 | -3/+4 |
1998-08-31 | minor fixes to the DMB<->DMB sync code. We now get the dmb name from | Andrew Tridgell | 1 | -5/+10 |
1998-08-31 | I realised that my DMB<->DMB sync code has the property that the | Andrew Tridgell | 2 | -2/+20 |
1998-08-31 | set a maximum name refresh time of 20 minutes. | Andrew Tridgell | 2 | -3/+3 |
1998-08-31 | bounds check next_token() to prevent possible buffer overflows | Andrew Tridgell | 4 | -16/+16 |
1998-08-30 | added a dest_port parameter to send_mailslot() so we send replies to | Andrew Tridgell | 6 | -21/+25 |
1998-08-30 | a couple of debug lines | Andrew Tridgell | 1 | -0/+2 |
1998-08-30 | finished the asynchronous browse synchronisation code. It even seems | Andrew Tridgell | 3 | -141/+337 |
1998-08-30 | we we have successfully done a query on *<1b> from a wins server and | Andrew Tridgell | 1 | -7/+25 |
1998-08-30 | changed the way that name query records are sorted in replies. They | Andrew Tridgell | 2 | -36/+9 |
1998-08-30 | include our netbios names list and our workgroup in the wins.dat hash | Andrew Tridgell | 1 | -2/+22 |
1998-08-30 | changed the format of the wins.dat file slightly. | Andrew Tridgell | 1 | -0/+16 |
1998-08-30 | added some defensive programming to nmbd. This mostly means zeroing | Andrew Tridgell | 9 | -13/+29 |
1998-08-29 | don't exit on a SIGPIPE | Andrew Tridgell | 1 | -2/+1 |
1998-08-28 | This checking fixes the statcache bug that stopped NetBench from running | Jeremy Allison | 1 | -1/+1 |