Age | Commit message (Expand) | Author | Files | Lines |
2001-11-15 | Tidyup formatting a bit (spaces->tabs) whilst reading new code to understand | Jeremy Allison | 2 | -220/+202 |
2001-11-15 | Caching user, group and domain sam handles was a stupid idea. | Tim Potter | 4 | -103/+177 |
2001-11-15 | Jeremy, I'm not sure what you were trying to do with the process activity | Tim Potter | 1 | -3/+1 |
2001-11-15 | Added free_domain_info() function. | Tim Potter | 1 | -0/+27 |
2001-11-15 | Added free_domain_info() function. | Tim Potter | 1 | -1/+1 |
2001-11-15 | Cache positive and negative name domain controller lookups. | Tim Potter | 1 | -11/+148 |
2001-11-15 | Get list of trusted domains if we haven't fetched them yet. | Tim Potter | 2 | -0/+9 |
2001-11-15 | Fixed display of uninitialised buffer in debug. | Tim Potter | 1 | -2/+8 |
2001-11-15 | Bit of a cleanup of signal handling code. | Tim Potter | 1 | -8/+14 |
2001-11-15 | Fix detection of RedHat 7.2. | Jeremy Allison | 1 | -442/+0 |
2001-11-14 | Make signal handling safer (handle EINTR on read/write/accept), don't | Jeremy Allison | 1 | -38/+52 |
2001-11-14 | Got ready to implement Martin's idea, but request doesn't have a length | Jeremy Allison | 2 | -10/+24 |
2001-11-14 | Random connection robustness related fixes. Display some debugs about | Tim Potter | 5 | -31/+122 |
2001-11-14 | #ifdef'd out suggestion for tim on making the winbindd protocol more | Martin Pool | 1 | -1/+13 |
2001-11-14 | Added needed debugs... | Jeremy Allison | 1 | -25/+39 |
2001-11-13 | Fix winbind client code so that winbind calls are not made if the | Jeremy Allison | 2 | -15/+43 |
2001-11-05 | Use cli_nt_login_network() instead of domain_client_validate() to perform | Tim Potter | 3 | -41/+86 |
2001-11-03 | Added NT_USER_TOKEN into server_info to fix extra groups problem. | Jeremy Allison | 1 | -1/+3 |
2001-10-31 | Removed unneeded extern. | Tim Potter | 1 | -2/+0 |
2001-10-31 | This is a farily large patch (3300 lines) and reworks most of the AuthRewrite | Andrew Bartlett | 1 | -72/+15 |
2001-10-31 | Added some extra fields to the auth_serversupplied_info structure. | Tim Potter | 3 | -4/+14 |
2001-10-29 | Don't force winbind to use non-local DC's. | Volker Lendecke | 1 | -1/+1 |
2001-10-29 | This commit is number 4 of 4. | Andrew Bartlett | 1 | -4/+4 |
2001-10-29 | Hey where did those 4 character tabs come from? | Tim Potter | 1 | -4/+4 |
2001-10-29 | Don't reference tallocated memory that has already been disposed of. The | Tim Potter | 3 | -11/+26 |
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 |