Age | Commit message (Expand) | Author | Files | Lines |
2001-10-27 | Added some connection checking code. Doesn't work yet though. | Tim Potter | 1 | -10/+43 |
2001-10-21 | Fix for fussy Solaris compiler. | Tim Potter | 1 | -3/+1 |
2001-10-19 | Fixed some memory leaks introduced by connection handling rewrite, as well | Tim Potter | 4 | -20/+29 |
2001-10-19 | Converted some more functions to create and dispose of a talloc context on a | Tim Potter | 5 | -87/+106 |
2001-10-14 | Some reformatting. | Tim Potter | 1 | -6/+10 |
2001-10-14 | Pass domain structure around in cache code rather than the domain name. | Tim Potter | 3 | -32/+29 |
2001-10-14 | Resurrected sam sequence number code. | Tim Potter | 1 | -117/+175 |
2001-10-12 | Converted a few winbind functions to use a talloc context that is destroyed | Tim Potter | 1 | -32/+72 |
2001-10-12 | Removed some unused code from the recent cleanup. | Tim Potter | 2 | -291/+2 |
2001-10-10 | Got the rest of the group functions working. Did some reformatting (man | Tim Potter | 3 | -68/+37 |
2001-10-09 | Implemented sam group handle stuff. getent group now works. | Tim Potter | 6 | -110/+208 |
2001-10-08 | More work on winbindd connection rewrite: | Tim Potter | 5 | -179/+353 |
2001-10-05 | This is the start of a bit of a rewrite of winbindd's connection handling. | Tim Potter | 9 | -380/+588 |
2001-10-03 | fix some possible memleaks and not tested reallocs spotted by Andreas Moroder | Simo Sorce | 1 | -5/+12 |
2001-10-02 | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 2 | -6/+0 |
2001-09-17 | move to SAFE_FREE() | Simo Sorce | 14 | -68/+51 |
2001-09-12 | Some patches to authentication: | Tim Potter | 1 | -4/+4 |
2001-09-10 | convert more code to use XFILE | Andrew Tridgell | 1 | -6/+0 |
2001-09-10 | more static/dead fns | Andrew Tridgell | 2 | -11/+2 |
2001-09-10 | kill a dead fn and make a local one static | Andrew Tridgell | 2 | -80/+4 |
2001-09-05 | more warning fixes on solaris | Andrew Tridgell | 5 | -6/+10 |
2001-09-05 | fixed a bunch of compilation errors on Solaris, mostly people getting NSS_STA... | Andrew Tridgell | 6 | -69/+99 |
2001-09-04 | don't do pointer arithmetic on void* (some compilers can't do it) | Andrew Tridgell | 1 | -1/+1 |
2001-09-04 | the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ... | Andrew Tridgell | 7 | -104/+94 |
2001-08-30 | merge from 2.2 | Gerald Carter | 1 | -1/+1 |
2001-08-30 | merge from APPLIANCE_TNG | Gerald Carter | 1 | -0/+1 |
2001-08-30 | merge from APPLIANCE_TNG | Gerald Carter | 1 | -43/+73 |
2001-08-27 | converted another bunch of stuff to NTSTATUS | Andrew Tridgell | 6 | -33/+33 |
2001-08-24 | get rid of compiler warnings | Herb Lewis | 2 | -3/+4 |
2001-08-24 | Make domain_client_validate return a status code instead of a boolean. | Tim Potter | 1 | -10/+10 |
2001-08-23 | Added copyright for me and AB. | Tim Potter | 1 | -0/+2 |
2001-08-22 | Added another authentication interface to winbindd. The Challenge Response | Tim Potter | 6 | -26/+210 |
2001-08-18 | More Realloc fixes. | Jeremy Allison | 2 | -4/+13 |
2001-08-18 | More Realloc fixes. | Jeremy Allison | 1 | -7/+17 |
2001-08-13 | Fixed up 'orrible formatting. | Tim Potter | 1 | -21/+21 |
2001-08-12 | this is a big global fix for the ptr = Realloc(ptr, size) bug. | Simo Sorce | 4 | -12/+24 |
2001-08-12 | This patch does a number of things, mostly smaller than they look :-) | Andrew Bartlett | 1 | -1/+14 |
2001-08-03 | This is my 'Authentication Rewrite' version 1.01, mostly as submitted to | Andrew Bartlett | 1 | -8/+48 |
2001-07-25 | Merge of change machine account password race fix from appliance branch. | Tim Potter | 1 | -1/+17 |
2001-07-25 | a better test for unix domain sockets | Andrew Tridgell | 1 | -1/+1 |
2001-07-23 | In wb_samr_query_dispinfo() pass back the 32-bit status code from | Tim Potter | 1 | -10/+10 |
2001-07-23 | Call cli_samr_lookup_rids() in bunches of < 1000 rids to avoid crashing | Tim Potter | 1 | -8/+42 |
2001-07-19 | Merged across rewritten version of winbindd_kill_connections(). This now | Tim Potter | 1 | -22/+15 |
2001-07-18 | the nss and pam modules in winbind don't have strchr_m() yet, so use | Andrew Tridgell | 6 | -11/+11 |
2001-07-10 | added winbind_exclude_domain() so smbd can tell the winbind client | Andrew Tridgell | 1 | -0/+17 |
2001-07-08 | allow winbindd to run as non-root so we can test it more easily | Andrew Tridgell | 2 | -9/+7 |
2001-07-04 | strchr and strrchr are macros when compiling with optimisation in gcc, so we ... | Andrew Tridgell | 6 | -11/+11 |
2001-07-04 | The big character set handling changeover! | Andrew Tridgell | 4 | -12/+2 |
2001-06-25 | fixed usage of socklen_t and also tidied up SIG_ATOMIC_T, using a typedef ins... | Andrew Tridgell | 1 | -1/+2 |
2001-06-21 | next_token() was supposed to be a reentrant replacement for strtok(), | Andrew Tridgell | 1 | -18/+12 |