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