Age | Commit message (Expand) | Author | Files | Lines |
2003-02-01 | Prompted by RedHat bugzilla bug #77999, convert the user's username and | Andrew Bartlett | 1 | -4/+11 |
2003-01-16 | Updates to the NTLMSSP code again - moving the base64 decode fuctionality out | Andrew Bartlett | 1 | -31/+0 |
2003-01-02 | BIG patch... | Andrew Bartlett | 1 | -9/+9 |
2002-12-04 | Remove FILE_MACRO as __FILE__ is ANSI C. | Tim Potter | 1 | -1/+1 |
2002-12-03 | use FILE_MACRO instead of __FILE__ | Herb Lewis | 1 | -1/+1 |
2002-11-24 | Add ntlm_auth, a new program to provide a stable interface to winbind's | Andrew Bartlett | 1 | -41/+4 |
2002-10-09 | Use memmove when copies can overlap. Spotted by SUGIOKA Toshinobu <sugioka@it... | Jeremy Allison | 1 | -1/+1 |
2002-10-03 | Another patch from Steve Langasek <vorlon@netexpress.net>, again from the | Andrew Bartlett | 1 | -1/+1 |
2002-06-25 | Break up samba's object dependencies, and its prototype includes. | Andrew Bartlett | 1 | -1/+1 |
2002-01-21 | getpwnam -> getpwnam_alloc | Andrew Bartlett | 1 | -1/+2 |
2002-01-17 | A nice *big* change to the fundemental way we do things. | Andrew Bartlett | 1 | -1/+3 |
2001-11-19 | Fix const warning. Doxyfy comment. | Martin Pool | 1 | -5/+8 |
2001-10-14 | the next step in the intl changeover. This should get us compiling agian, | Andrew Tridgell | 1 | -22/+17 |
2001-09-25 | Fixup passdb stuff to add new nisplus and ldap backends. | Jeremy Allison | 1 | -0/+2 |
2001-09-24 | Added SWAT i18n feature: | Motonobu Takahashi | 1 | -1/+19 |
2001-09-24 | fixed a silly off by 1 bug | Andrew Tridgell | 1 | -2/+2 |
2001-09-24 | fixed bug in POST var handling | Andrew Tridgell | 1 | -4/+2 |
2001-09-24 | convert all POST variables from display to unix charset | Andrew Tridgell | 1 | -22/+28 |
2001-09-20 | Move pass_check.c over to NTSTATUS, allowing full NTSTATUS from PAM to wire! | Andrew Bartlett | 1 | -8/+5 |
2001-09-19 | Remove the ugly hacks to get around the Get_Pwnam() calls in pass_check.c by | Andrew Bartlett | 1 | -47/+24 |
2001-09-17 | move to SAFE_FREE() | Simo Sorce | 1 | -1/+1 |
2001-09-10 | replaced stdio in many parts of samba with a XFILE. XFILE is a cut-down | Andrew Tridgell | 1 | -3/+3 |
2001-08-12 | it was half committed last time, | Simo Sorce | 1 | -2/+2 |
2001-08-08 | Change all realloc() statements to Realloc() (ecxept for tdb.c) | Simo Sorce | 1 | -13/+13 |
2001-07-08 | This removes unused paramaters from various authtication functions, and should | Andrew Bartlett | 1 | -2/+2 |
2001-07-04 | strchr and strrchr are macros when compiling with optimisation in gcc, so we ... | Andrew Tridgell | 1 | -12/+12 |
2001-05-17 | - added ability for swat to run under CGI. This needs | Andrew Tridgell | 1 | -1/+33 |
2001-03-11 | Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR | Jeremy Allison | 1 | -2/+1 |
2000-11-06 | Fix to the "known/unknown user" difference patch from "Ron Alexander" <rcalex... | Jeremy Allison | 1 | -0/+1 |
2000-11-01 | Remove CGI logging code. Make username/password lookups take | Jeremy Allison | 1 | -29/+28 |
2000-09-01 | Fix for swat to return correct MIME type for text files. From "Ron | Tim Potter | 1 | -0/+2 |
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 | 1 | -0/+1 |
1999-12-13 | first pass at updating head branch to be to be the same as the SAMBA_2_0 branch | Andrew Tridgell | 1 | -17/+4 |
1999-06-13 | Moved code that changes the pw_passwd entry (i.e shadow password and | Tim Potter | 1 | -1/+1 |
1998-11-21 | make SWAT obey the global "hosts allow" and "hosts deny" settings. | Andrew Tridgell | 1 | -1/+24 |
1998-11-17 | Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls. | Jeremy Allison | 1 | -2/+2 |
1998-11-14 | remove code that allows installation via cgi | Andrew Tridgell | 1 | -20/+35 |
1998-11-12 | Added the security changes suggested by Andrew - become the | Jeremy Allison | 1 | -8/+62 |
1998-11-11 | changed is_root() to am_root() to prevent clash with variable names. | Andrew Tridgell | 1 | -2/+2 |
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 | 1 | -2/+2 |
1998-11-11 | added password change functionality to swat | Herb Lewis | 1 | -6/+33 |
1998-10-26 | report ourselves as HTTP/1.0 not HTTP/1.1 | Andrew Tridgell | 1 | -3/+3 |
1998-09-28 | Changes to test in configure if capabilities are enabled on a system. | Jeremy Allison | 1 | -2/+0 |
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 | 1 | -14/+4 |
1998-09-01 | More abstraction of file system data types, to move to a 64 | Jeremy Allison | 1 | -1/+1 |
1998-09-01 | fixed a bug in the base64 hanlding that led to auth failures for some | Andrew Tridgell | 1 | -2/+6 |
1998-08-15 | configure: Changes for extra headers. | Jeremy Allison | 1 | -1/+1 |