| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | More code from "Kai Krueger" <kai@kruegernetz.de>, this time starting to make | Andrew Bartlett | 2002-07-04 | 1 | -1/+21 |
| * | Patch to add security descriptors to the SAMR pipe. | Andrew Bartlett | 2002-07-04 | 1 | -0/+164 |
| * | first cut at implementing support for browsing printer and driver driver | Gerald Carter | 2002-07-03 | 1 | -20/+25 |
| * | Kill off codepage related stuff, now we don't use codepages any more. | Andrew Bartlett | 2002-07-03 | 2 | -28/+0 |
| * | Merge of constant renames from APPLIANCE_HEAD. | Tim Potter | 2002-07-02 | 1 | -6/+4 |
| * | used findstatic.pl to make some variables static and remove some dead | Andrew Tridgell | 2002-07-01 | 1 | -1/+0 |
| * | STRING was being redefined... | Jeremy Allison | 2002-06-28 | 1 | -1/+0 |
| * | Proper merge of all the working printing stuff from APPLIANCE_HEAD. | Jeremy Allison | 2002-06-28 | 4 | -24/+48 |
| * | Update cli_full_connection() to take a 'flags' paramater, and try to get a | Andrew Bartlett | 2002-06-25 | 1 | -0/+4 |
| * | forgot new error code from 2.2 | Gerald Carter | 2002-06-24 | 1 | -0/+1 |
| * | Merged across trans2.c from SAMBA_2_2. UNIX extensions and passthrough | Jeremy Allison | 2002-06-24 | 1 | -1/+11 |
| * | Add module versioning to the passdb module system | Andrew Bartlett | 2002-06-22 | 1 | -0/+14 |
| * | Don't use uint. It doesn't exist on some platforms and we don't define it. | Jeremy Allison | 2002-06-21 | 1 | -4/+4 |
| * | more debug classess activated | Simo Sorce | 2002-06-18 | 1 | -1/+1 |
| * | compile warngin fixes merged from 2.2 | Gerald Carter | 2002-06-17 | 1 | -2/+6 |
| * | Fix up some of the SMB signing code: | Andrew Bartlett | 2002-06-16 | 1 | -0/+1 |
| * | Rework much of the service.c code: | Andrew Bartlett | 2002-06-15 | 1 | -0/+3 |
| * | Fix spelling typo. | Jeremy Allison | 2002-06-14 | 1 | -11/+11 |
| * | More of SMB signing for client - not yet finished (should be harmless). | Jeremy Allison | 2002-06-14 | 2 | -2/+4 |
| * | Merge in mangle fixes from 2.2. | Jeremy Allison | 2002-06-13 | 1 | -2/+5 |
| * | Latest patch from metze <metze@metzemix.de> to move most of samba across | Andrew Bartlett | 2002-06-13 | 1 | -2/+2 |
| * | Removed eff_name field from cli_struct as it wasn't being used anywhere. | Tim Potter | 2002-06-12 | 1 | -1/+0 |
| * | few fixes from Elrond(elrond@samba-tng.org) and Billy O'Connor(billy@oconnoro... | Simo Sorce | 2002-06-11 | 1 | -5/+6 |
| * | Merge of Jerry's fix from 2.2. | Jeremy Allison | 2002-06-10 | 1 | -3/+10 |
| * | Remove "sids.h" as it really wasn't being used anywhere, and was exporting | Andrew Bartlett | 2002-06-10 | 2 | -40/+0 |
| * | Globally replace 'global_sam_sid' with get_global_sam_sid(), a self | Andrew Bartlett | 2002-06-07 | 1 | -1/+1 |
| * | Add flags2 for security signitures | Andrew Bartlett | 2002-06-07 | 1 | -0/+1 |
| * | Fix compile error - doh! | Tim Potter | 2002-06-06 | 1 | -0/+4 |
| * | Moved some notify related constants into srv_spoolss_nt.c since | Tim Potter | 2002-06-06 | 1 | -4/+3 |
| * | Add user name to netsessenum RPC to stop 1783 messages | Jim McDonough | 2002-06-03 | 1 | -0/+3 |
| * | put the ifdef for HAVE_VA_COPY in one place rather than in lots of | Andrew Tridgell | 2002-06-03 | 1 | -0/+8 |
| * | Add rpc for file close, expand file enum to take username | Jim McDonough | 2002-06-01 | 1 | -0/+16 |
| * | Removed some unused variables - tidy up some formating, add struct to | Jeremy Allison | 2002-05-31 | 2 | -1/+16 |
| * | Add error index to netshareadd rpc. | Jim McDonough | 2002-05-31 | 1 | -0/+4 |
| * | Update netfileenum on both client and server sides to do an arbitrary number | Jim McDonough | 2002-05-31 | 1 | -18/+12 |
| * | netfileenum was missing the username filter. | Jim McDonough | 2002-05-31 | 1 | -0/+3 |
| * | Added some comments for NTLMSSP negotiation flags. | Tim Potter | 2002-05-30 | 1 | -4/+4 |
| * | Cleaned up srvsvc constants a bit. | Tim Potter | 2002-05-29 | 1 | -17/+17 |
| * | change: pdb_getsampwrid() ->pdb_getsampwsid() | Simo Sorce | 2002-05-26 | 1 | -2/+2 |
| * | Add support for NTLMv2 (tested!) with NTLMSSP. | Andrew Bartlett | 2002-05-26 | 1 | -3/+10 |
| * | Move the authenticaion subsystem over to the same 'module:options' syntax | Andrew Bartlett | 2002-05-24 | 1 | -4/+5 |
| * | Don't duplicat this here, use the existing function prototype. | Andrew Bartlett | 2002-05-24 | 1 | -4/+2 |
| * | Commit the header file for the LDAP/secrets changes | Andrew Bartlett | 2002-05-22 | 1 | -0/+2 |
| * | uhh, forgot to commit the DBGC_WINBIND definition :-) | Simo Sorce | 2002-05-21 | 1 | -11/+11 |
| * | so here it is the code to introduce seriously debugggging classes. | Simo Sorce | 2002-05-18 | 1 | -11/+13 |
| * | Oops, I missed commiting this earlier. | Andrew Bartlett | 2002-05-18 | 1 | -3/+3 |
| * | Include the extra #define for the last set of smbpasswd mods. | Andrew Bartlett | 2002-05-18 | 1 | -0/+1 |
| * | A few things in this commit: | Andrew Bartlett | 2002-05-18 | 1 | -2/+7 |
| * | indent | Andrew Bartlett | 2002-05-17 | 1 | -2/+2 |
| * | A few more trusted domains updates from mimir. | Andrew Bartlett | 2002-05-17 | 1 | -1/+1 |