Age | Commit message (Expand) | Author | Files | Lines |
2000-04-11 | finally got sick of the "extern int Client" code and the stupid | Andrew Tridgell | 1 | -3/+3 |
2000-04-11 | two minor bugfixes for SCO UnixWare. The first is to catch SIGPIPE so that pu... | Andrew Tridgell | 2 | -0/+4 |
2000-02-25 | client/client.c: | Jeremy Allison | 1 | -14/+26 |
2000-02-04 | 1) added void* state argument to tdb_traverse. guess what! there were | Luke Leighton | 1 | -6/+6 |
2000-01-07 | always restart nmbd and smbd when asked, even if they appear not to be | Andrew Tridgell | 1 | -4/+2 |
2000-01-03 | added the unexpected packet database (unexpected.tdb) | Andrew Tridgell | 1 | -1/+1 |
2000-01-03 | fixed active shares display | Andrew Tridgell | 1 | -2/+2 |
2000-01-02 | - added tdb_flags option to tdb_open() | Andrew Tridgell | 1 | -1/+1 |
1999-12-21 | converted all our existing shared memory code to use a tdb database | Andrew Tridgell | 1 | -7/+1 |
1999-12-21 | first cut at using the tdb code for the connections structure, the | Andrew Tridgell | 1 | -54/+63 |
1999-12-13 | first pass at updating head branch to be to be the same as the SAMBA_2_0 branch | Andrew Tridgell | 5 | -120/+188 |
1999-06-13 | Moved code that changes the pw_passwd entry (i.e shadow password and | Tim Potter | 1 | -1/+1 |
1999-03-09 | mods to allow inter-domain trust accounts to be added to SAM database | Luke Leighton | 1 | -3/+18 |
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 | -1/+2 |
1998-11-27 | make the help links appear in a separate window, so you can read the | Andrew Tridgell | 1 | -1/+1 |
1998-11-27 | better layout of password options. | Andrew Tridgell | 1 | -19/+23 |
1998-11-23 | changed string_sub() to replace " ; and ` in the inserted string with _ | Andrew Tridgell | 1 | -1/+1 |
1998-11-21 | make SWAT obey the global "hosts allow" and "hosts deny" settings. | Andrew Tridgell | 2 | -13/+29 |
1998-11-21 | smbd/password.c: Added *SMBSERVER fix is name is too long. | Jeremy Allison | 1 | -1/+1 |
1998-11-20 | wrong directory path for smbd and nmbd | Herb Lewis | 1 | -2/+2 |
1998-11-17 | Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls. | Jeremy Allison | 3 | -7/+7 |
1998-11-17 | - group database API. oops and oh dear, the threat has been carried out: | Luke Leighton | 1 | -1/+1 |
1998-11-14 | - new prototypes | Andrew Tridgell | 1 | -3/+16 |
1998-11-14 | allow all user to view the config | Andrew Tridgell | 1 | -36/+22 |
1998-11-14 | remove code that allows installation via cgi | Andrew Tridgell | 2 | -21/+36 |
1998-11-13 | Makefile.in configure configure.in include/config.h.in: Changes for DGUX and ... | Jeremy Allison | 1 | -9/+9 |
1998-11-12 | %\ is an interesting printf argument, but I prefer %s | Andrew Tridgell | 1 | -1/+1 |
1998-11-12 | Removed code that used printf/fprintf in password changin libraries. | Herb Lewis | 1 | -3/+19 |
1998-11-12 | .cvsignore: Removed old entries. | Herb Lewis | 1 | -21/+24 |
1998-11-12 | changes from John Sygulla for changing remote passwords | Herb Lewis | 1 | -17/+79 |
1998-11-12 | handle null usernames | Andrew Tridgell | 1 | -8/+5 |
1998-11-12 | show all buttons in demo mode | Andrew Tridgell | 1 | -1/+1 |
1998-11-12 | fixed demo mode | Andrew Tridgell | 1 | -5/+10 |
1998-11-12 | extracted the password change code from smbpasswd and used it in swat | Andrew Tridgell | 1 | -299/+54 |
1998-11-12 | Added the security changes suggested by Andrew - become the | Jeremy Allison | 2 | -79/+107 |
1998-11-12 | Added enable user button. Fixed bug where log was always printed. | Jeremy Allison | 1 | -5/+15 |
1998-11-11 | changed is_root() to am_root() to prevent clash with variable names. | Andrew Tridgell | 2 | -13/+11 |
1998-11-11 | J.F.'s latest printer fixes plus his gcc -picky fix for web/cgi.c | Jeremy Allison | 1 | -1/+1 |
1998-11-11 | rpc_server/srv_netlog.c: Fixed crash bug with ACB_PWNOTREQ. | Jeremy Allison | 2 | -7/+5 |
1998-11-11 | added password change functionality to swat | Herb Lewis | 2 | -60/+534 |
1998-11-11 | swat.c updated to use new yodl generated smb.conf.5.html file for help | Herb Lewis | 1 | -5/+17 |
1998-10-26 | report ourselves as HTTP/1.0 not HTTP/1.1 | Andrew Tridgell | 1 | -3/+3 |
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 | 2 | -5/+3 |
1998-09-28 | automated generation of .dummy files for each subdirectory; | Alexandre Oliva | 1 | -1/+0 |
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-05 | tridge the destroyer returns! | Andrew Tridgell | 1 | -168/+0 |
1998-09-02 | use /swat/ prefix in both inetd and cgi modes, to enable a static header.html | Andrew Tridgell | 2 | -19/+8 |