Age | Commit message (Expand) | Author | Files | Lines |
2002-06-26 | Another bug fix from metze. | Andrew Bartlett | 1 | -1/+1 |
2002-06-26 | Qualify some of the hexidecimal responses with 0x | Andrew Bartlett | 1 | -5/+5 |
2002-06-25 | And fix another missing ubiqx... | Andrew Bartlett | 1 | -1/+1 |
2002-06-25 | Fix the smbmnt compile. | Andrew Bartlett | 1 | -1/+1 |
2002-06-25 | I'm going to try and check this against Win2k shortly, but I'm certain that | Andrew Bartlett | 1 | -1/+1 |
2002-06-25 | Try to avoid infinite loops when reteriving users - even from broken servers. | Andrew Bartlett | 1 | -1/+4 |
2002-06-25 | Update cli_full_connection() to take a 'flags' paramater, and try to get a | Andrew Bartlett | 12 | -158/+67 |
2002-06-25 | And another .cvsignore | Andrew Bartlett | 1 | -0/+1 |
2002-06-25 | Add a .cvsignore file | Andrew Bartlett | 1 | -0/+1 |
2002-06-25 | Kill off unnecessary cast. | Andrew Bartlett | 1 | -2/+3 |
2002-06-25 | Break up samba's object dependencies, and its prototype includes. | Andrew Bartlett | 14 | -183/+268 |
2002-06-25 | Add a couple more DEBUG()s to winbindd. | Andrew Bartlett | 1 | -4/+9 |
2002-06-25 | fixed a bug in handling select in the main daemon - this stops the daemon spi... | Andrew Tridgell | 1 | -12/+6 |
2002-06-25 | removed compiler warning | Gerald Carter | 1 | -1/+1 |
2002-06-25 | merge of SONAMEFLAG stuff from SAMBA_2_2. If I stepped on something | Gerald Carter | 3 | -820/+921 |
2002-06-24 | merging some autoconf changes from SAMBA_2_2 | Gerald Carter | 3 | -1091/+1025 |
2002-06-24 | sync with the sec_desc parsing fix from APP_HEAD. I will probably need | Gerald Carter | 1 | -16/+11 |
2002-06-24 | replacing free() with SAFE_FREE() where possible | Gerald Carter | 1 | -8/+8 |
2002-06-24 | backing out changes for now | Gerald Carter | 1 | -11/+11 |
2002-06-24 | compile fix | Gerald Carter | 1 | -0/+1 |
2002-06-24 | forgot new error code from 2.2 | Gerald Carter | 1 | -0/+1 |
2002-06-24 | printing merge from SAMBA_2_2. Ther server code looks to be in sync now. | Gerald Carter | 6 | -71/+131 |
2002-06-24 | Support utf8 on the wire for ads ldap. DN's are converted, as well as strings, | Jim McDonough | 4 | -349/+315 |
2002-06-24 | Merged across trans2.c from SAMBA_2_2. UNIX extensions and passthrough | Jeremy Allison | 3 | -1074/+1532 |
2002-06-24 | much better findstatic script | Andrew Tridgell | 2 | -59/+65 |
2002-06-24 | Try to get security=domain at least slightly working. | Andrew Bartlett | 2 | -8/+13 |
2002-06-22 | Add module versioning to the passdb module system | Andrew Bartlett | 3 | -2/+32 |
2002-06-22 | Raise some debug levels. | Andrew Bartlett | 2 | -2/+2 |
2002-06-21 | Don't use uint. It doesn't exist on some platforms and we don't define it. | Jeremy Allison | 8 | -14/+22 |
2002-06-21 | Fixed incorrect debug. | Tim Potter | 1 | -1/+1 |
2002-06-21 | Format tidyup before I start working on scalability fixes (one file per | Jeremy Allison | 1 | -74/+134 |
2002-06-21 | Changed level of "bind succeded on port %d" debug to 10. | Tim Potter | 1 | -1/+1 |
2002-06-20 | Fix from Andrew Esh for not checking return code. | Jeremy Allison | 1 | -0/+3 |
2002-06-20 | Remove "inline" - shouldn't be in portable code. | Jeremy Allison | 1 | -1/+1 |
2002-06-20 | Got rid of unused flags field in lanman api_commands[]. | Tim Potter | 1 | -36/+49 |
2002-06-20 | Renamed policy handle field in object containers to avoid cut&paste bugs. | Tim Potter | 1 | -6/+6 |
2002-06-20 | Added samr_open_domain() call. | Tim Potter | 1 | -19/+77 |
2002-06-20 | Compile fix for new arguments to cli_full_connection() | Tim Potter | 1 | -9/+2 |
2002-06-20 | Fixed compiler warning. | Tim Potter | 1 | -1/+1 |
2002-06-19 | Fixed typo in debug. | Tim Potter | 1 | -1/+1 |
2002-06-19 | when nmbd starts up it is possible that dhcp hasn't started the local | Andrew Tridgell | 1 | -4/+9 |
2002-06-18 | more debug classess activated | Simo Sorce | 56 | -2/+163 |
2002-06-17 | compile warngin fixes merged from 2.2 | Gerald Carter | 8 | -25/+29 |
2002-06-17 | Fixed typo in debug. | Tim Potter | 1 | -1/+1 |
2002-06-16 | Cope with the requirement for constant initialisers on some unix C compilers. | Andrew Bartlett | 1 | -1/+1 |
2002-06-16 | Further updates to the service.c code. authorise_login() is now a bit simpiler | Andrew Bartlett | 2 | -6/+6 |
2002-06-16 | Two things: Check how many paramaters that the LDAP libs take for the | Andrew Bartlett | 4 | -94/+199 |
2002-06-16 | Fix up some of the SMB signing code: | Andrew Bartlett | 5 | -19/+47 |
2002-06-15 | When adding popt to an application, you need to ensure it builds on non-popt | Andrew Bartlett | 1 | -1/+1 |
2002-06-15 | Simplify this code further. Just substitute %H, and let the normal code | Andrew Bartlett | 2 | -40/+3 |