Age | Commit message (Expand) | Author | Files | Lines |
2003-04-29 | This is a nice rewrite: | Simo Sorce | 2 | -8/+3 |
2003-04-29 | ok next_rid out as well local_*id_to*id functions | Simo Sorce | 1 | -2/+2 |
2003-04-28 | Use NTSTATUS as return value for smb_register_*() functions and init_module() | Jelmer Vernooij | 2 | -2/+2 |
2003-04-24 | Patch from Stefan Metzmacher to add default parameters to the lp_parm() | Jelmer Vernooij | 1 | -1/+4 |
2003-04-16 | Fixes to make SCHANNEL work against a W2K DC. Still need to fix | Jeremy Allison | 1 | -2/+2 |
2003-04-16 | Store the type of 'sec channel' that we establish to the DC. If we are a | Andrew Bartlett | 1 | -1/+3 |
2003-04-15 | A struct must contain at least one declaration according to C99, but | Tim Potter | 1 | -0/+1 |
2003-04-14 | Fix _smb_setlen to be non {} safe. | Jeremy Allison | 1 | -2/+2 |
2003-04-14 | Remove duplicate forward reference of smb_ldap_privates. | Tim Potter | 1 | -2/+0 |
2003-04-11 | smbcquota patch from metze | Gerald Carter | 4 | -29/+191 |
2003-04-11 | A new RPC pipe! The \pipe\echo named pipe is for testing large RPC | Tim Potter | 3 | -1/+79 |
2003-04-09 | Complete what I've seen (and then some)t of the PAC. | Jim McDonough | 1 | -5/+17 |
2003-04-09 | This is the netlogon schannel client code. Try a | Volker Lendecke | 2 | -0/+8 |
2003-04-09 | no needed anymore | Gerald Carter | 1 | -48/+0 |
2003-04-09 | A little clarification in the rpc auth header struct. | Volker Lendecke | 1 | -4/+3 |
2003-04-08 | Added some preprocessor tricks to stop TRUE and FALSE from continually | Tim Potter | 1 | -1/+14 |
2003-04-07 | Some comment updates, notably that I haven't seen the group membership arrays | Jim McDonough | 1 | -0/+9 |
2003-04-07 | Decode the PAC! This patch just decodes it and then frees it, so it's just | Jim McDonough | 2 | -1/+134 |
2003-04-07 | Remove duplicate "tallocdump" message from tdb messaging system. The | Tim Potter | 1 | -4/+0 |
2003-04-06 | fix commit | Simo Sorce | 1 | -1/+1 |
2003-04-06 | SMB signing updates - this gets NTLMSSP signing workin to the point where I | Andrew Bartlett | 1 | -3/+4 |
2003-04-06 | This commit make winbindd copy winbindd_idmap.tdb into idmap.tdb on the | Simo Sorce | 1 | -1/+1 |
2003-04-04 | This is a merge of the NETLOGON schannel server code from Samba | Volker Lendecke | 2 | -2/+44 |
2003-04-03 | The ldap idmap backend from Anthony Liguori (aliguori@us.ibm.com): | Jim McDonough | 2 | -0/+63 |
2003-04-02 | Commit some more fixes for Coolo ... | Richard Sharpe | 1 | -6/+4 |
2003-04-02 | Add const (from a patch by Stephan Kulow <coolo@kde.org>) | Jelmer Vernooij | 1 | -4/+5 |
2003-04-02 | THE Idmap patch :-) | Simo Sorce | 2 | -1/+3 |
2003-03-31 | Cleanup of winbind client side code. | Tim Potter | 1 | -1/+1 |
2003-03-28 | don't include proto.h during autoconf tests since it doesn't exist yet; fixed... | Gerald Carter | 1 | -0/+2 |
2003-03-28 | it is possible for some of the real time signals to be used by glibc, | Andrew Tridgell | 1 | -0/+4 |
2003-03-27 | Use the new modules system in VFS. If a module can't be loaded with the | Jelmer Vernooij | 1 | -2/+2 |
2003-03-27 | The definition of pstrcpy_base(), and the preceeding comments, were given | Christopher R. Hertel | 1 | -9/+3 |
2003-03-26 | Use execinfo.h to get prototypes for backtrace_symbols (fixes | Jelmer Vernooij | 1 | -0/+4 |
2003-03-26 | Output backtrace to logfile in smb_panic(), as suggested by mbp | Jelmer Vernooij | 1 | -0/+4 |
2003-03-24 | - Add support to auth/ for the new modules system | Jelmer Vernooij | 1 | -0/+4 |
2003-03-24 | Revoke some of the popt patch from metze I applied earlier today. It added | Jelmer Vernooij | 1 | -1/+5 |
2003-03-24 | Define POPT_TABLEEND if current popt.h doesn't contain it already | Jelmer Vernooij | 1 | -0/+4 |
2003-03-24 | Patch from metze to generalise POPT_COMMON_SAMBA, with some minor changes | Jelmer Vernooij | 1 | -9/+2 |
2003-03-23 | NTLM Authentication: | Andrew Bartlett | 1 | -1/+1 |
2003-03-22 | Add -U, -N, -i, -A, -W to popt. | Jelmer Vernooij | 2 | -8/+48 |
2003-03-22 | Small clenaup patches: | Andrew Bartlett | 2 | -28/+25 |
2003-03-20 | Cleanup bogus initialisation in SID_NAME_USE enum. | Tim Potter | 1 | -8/+8 |
2003-03-18 | Comment about deprecated macro overmalloc_safe_strcpy(). | Martin Pool | 1 | -0/+6 |
2003-03-18 | Speling fixes and a little extra documentation. | Martin Pool | 1 | -6/+6 |
2003-03-16 | Fix nmbd under -DDEVELOPER (pstrcpy on not-pstring). | Andrew Bartlett | 1 | -0/+2 |
2003-03-16 | More work on my macro mess - we need function prototypes of different types, | Andrew Bartlett | 1 | -9/+12 |
2003-03-15 | A hack to get us building on a slightly older heimdal kerberos. It appears | Andrew Bartlett | 1 | -0/+7 |
2003-03-15 | Fix the 'non-optomizing compiler' case... | Andrew Bartlett | 1 | -2/+2 |
2003-03-15 | Fix the non-DEVELOPER case of my macro madness... | Andrew Bartlett | 1 | -1/+1 |
2003-03-15 | Minor fixes. | Andrew Bartlett | 1 | -1/+1 |