Age | Commit message (Expand) | Author | Files | Lines |
2003-05-10 | Reverse previous patch from Stefan and me after comments by Andrew Bartlett. | Jelmer Vernooij | 1 | -3/+0 |
2003-05-10 | Patch from metze and me that adds dummy smb_register_*() functions | Jelmer Vernooij | 1 | -0/+3 |
2003-05-07 | Make fchown, fchmod conditional for systems that don't have them. | Jeremy Allison | 1 | -0/+4 |
2003-04-03 | Fixup swat warning. | Jeremy Allison | 1 | -1/+1 |
2003-03-24 | Patch from metze to generalise POPT_COMMON_SAMBA, with some minor changes | Jelmer Vernooij | 1 | -3/+2 |
2003-03-20 | Use True, not TRUE and False, not FALSE | Jelmer Vernooij | 1 | -1/+1 |
2003-03-20 | Make swat use popt | Jelmer Vernooij | 1 | -12/+15 |
2003-02-28 | Doxygen janitor | Martin Pool | 1 | -1/+1 |
2003-02-28 | Fix comment typo | Martin Pool | 1 | -1/+1 |
2003-01-02 | BIG patch... | Andrew Bartlett | 1 | -15/+15 |
2002-10-07 | Fix John's little typo ... | Richard Sharpe | 1 | -1/+1 |
2002-10-07 | Fix ability to locate if we are a WINS client. | John Terpstra | 1 | -3/+3 |
2002-09-16 | Committing changes before I lose them. Work still in progress. | John Terpstra | 1 | -53/+290 |
2002-08-03 | fix log level, set a default, and also copy the value set in smb.conf into pa... | Simo Sorce | 1 | -8/+8 |
2002-06-25 | Break up samba's object dependencies, and its prototype includes. | Andrew Bartlett | 1 | -0/+1 |
2002-06-14 | moved lp_list_* functions away from param/loadparm.c, put int lib/util_str.c | Simo Sorce | 1 | -1/+1 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -1/+1 |
2001-11-19 | Store some path names in global variables initialized to configure | Martin Pool | 1 | -14/+23 |
2001-10-14 | the next step in the intl changeover. This should get us compiling agian, | Andrew Tridgell | 1 | -22/+10 |
2001-09-25 | Fixup passdb stuff to add new nisplus and ldap backends. | Jeremy Allison | 1 | -1/+0 |
2001-09-24 | Added SWAT i18n feature: | Motonobu Takahashi | 1 | -98/+137 |
2001-09-24 | convert all POST variables from display to unix charset | Andrew Tridgell | 1 | -1/+1 |
2001-09-10 | declare dbf in one spot | Andrew Tridgell | 1 | -1/+0 |
2001-09-10 | replaced stdio in many parts of samba with a XFILE. XFILE is a cut-down | Andrew Tridgell | 1 | -3/+3 |
2001-09-08 | convert more code to using d_printf | Andrew Tridgell | 1 | -165/+165 |
2001-07-04 | The big character set handling changeover! | Andrew Tridgell | 1 | -20/+7 |
2001-06-23 | uhm some pointer went wrong | Simo Sorce | 1 | -4/+4 |
2001-06-23 | handle P_LIST parameters | Simo Sorce | 1 | -0/+25 |
2001-05-30 | make swat recover from previously bad umask from xinetd | Andrew Tridgell | 1 | -2/+8 |
2001-05-30 | Add border=0 in included swat images to get rid of the link border stuff. | Tim Potter | 1 | -1/+1 |
2001-05-28 | make sure the umask is set in swat | Andrew Tridgell | 1 | -0/+2 |
2001-04-12 | fix broken links in SWAT due to upper case anchors in the generated | Gerald Carter | 1 | -2/+5 |
2001-04-05 | Setup syslog correctly in swat. Patch from Andrew Bartlett. | Jeremy Allison | 1 | -0/+1 |
2001-03-26 | Fix from Ryo Kawahara <rkawa@lbe.co.jp> to make SWAT correctly write and smb.... | Jeremy Allison | 1 | -7/+19 |
2001-03-11 | Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR | Jeremy Allison | 1 | -2/+2 |
2001-01-17 | Changes from APPLIANCE_HEAD: | David O'Neill | 1 | -2/+3 |
2000-11-13 | Large commit which restructures the local password storage API. | Gerald Carter | 1 | -2/+2 |
2000-09-13 | don't show equivalent enum options in swat | Andrew Tridgell | 1 | -5/+8 |
2000-04-11 | two minor bugfixes for SCO UnixWare. The first is to catch SIGPIPE so that pu... | Andrew Tridgell | 1 | -0/+3 |
2000-02-25 | client/client.c: | Jeremy Allison | 1 | -14/+26 |
1999-12-13 | first pass at updating head branch to be to be the same as the SAMBA_2_0 branch | Andrew Tridgell | 1 | -72/+137 |
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-21 | make SWAT obey the global "hosts allow" and "hosts deny" settings. | Andrew Tridgell | 1 | -12/+5 |
1998-11-21 | smbd/password.c: Added *SMBSERVER fix is name is too long. | Jeremy Allison | 1 | -1/+1 |
1998-11-17 | Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls. | Jeremy Allison | 1 | -3/+3 |
1998-11-17 | - group database API. oops and oh dear, the threat has been carried out: | Luke Leighton | 1 | -1/+1 |