summaryrefslogtreecommitdiffstats
path: root/source3/include
Commit message (Expand)AuthorAgeFilesLines
...
| * Merge of constant renames from APPLIANCE_HEAD.Tim Potter2002-07-021-6/+4
| * used findstatic.pl to make some variables static and remove some deadAndrew Tridgell2002-07-011-1/+0
| * STRING was being redefined...Jeremy Allison2002-06-281-1/+0
| * Proper merge of all the working printing stuff from APPLIANCE_HEAD.Jeremy Allison2002-06-284-24/+48
| * Update cli_full_connection() to take a 'flags' paramater, and try to get aAndrew Bartlett2002-06-251-0/+4
| * forgot new error code from 2.2Gerald Carter2002-06-241-0/+1
| * Merged across trans2.c from SAMBA_2_2. UNIX extensions and passthroughJeremy Allison2002-06-241-1/+11
| * Add module versioning to the passdb module systemAndrew Bartlett2002-06-221-0/+14
| * Don't use uint. It doesn't exist on some platforms and we don't define it.Jeremy Allison2002-06-211-4/+4
| * more debug classess activatedSimo Sorce2002-06-181-1/+1
| * compile warngin fixes merged from 2.2Gerald Carter2002-06-171-2/+6
| * Fix up some of the SMB signing code:Andrew Bartlett2002-06-161-0/+1
| * Rework much of the service.c code:Andrew Bartlett2002-06-151-0/+3
| * Fix spelling typo.Jeremy Allison2002-06-141-11/+11
| * More of SMB signing for client - not yet finished (should be harmless).Jeremy Allison2002-06-142-2/+4
| * Merge in mangle fixes from 2.2.Jeremy Allison2002-06-131-2/+5
| * Latest patch from metze <metze@metzemix.de> to move most of samba acrossAndrew Bartlett2002-06-131-2/+2
| * Removed eff_name field from cli_struct as it wasn't being used anywhere.Tim Potter2002-06-121-1/+0
| * few fixes from Elrond(elrond@samba-tng.org) and Billy O'Connor(billy@oconnoro...Simo Sorce2002-06-111-5/+6
| * Merge of Jerry's fix from 2.2.Jeremy Allison2002-06-101-3/+10
| * Remove "sids.h" as it really wasn't being used anywhere, and was exportingAndrew Bartlett2002-06-102-40/+0
| * Globally replace 'global_sam_sid' with get_global_sam_sid(), a selfAndrew Bartlett2002-06-071-1/+1
| * Add flags2 for security signituresAndrew Bartlett2002-06-071-0/+1
| * Fix compile error - doh!Tim Potter2002-06-061-0/+4
| * Moved some notify related constants into srv_spoolss_nt.c sinceTim Potter2002-06-061-4/+3
| * Add user name to netsessenum RPC to stop 1783 messagesJim McDonough2002-06-031-0/+3
| * put the ifdef for HAVE_VA_COPY in one place rather than in lots ofAndrew Tridgell2002-06-031-0/+8
| * Add rpc for file close, expand file enum to take usernameJim McDonough2002-06-011-0/+16
| * Removed some unused variables - tidy up some formating, add struct toJeremy Allison2002-05-312-1/+16
| * Add error index to netshareadd rpc.Jim McDonough2002-05-311-0/+4
| * Update netfileenum on both client and server sides to do an arbitrary numberJim McDonough2002-05-311-18/+12
| * netfileenum was missing the username filter.Jim McDonough2002-05-311-0/+3
| * Added some comments for NTLMSSP negotiation flags.Tim Potter2002-05-301-4/+4
| * Cleaned up srvsvc constants a bit.Tim Potter2002-05-291-17/+17
| * change: pdb_getsampwrid() ->pdb_getsampwsid()Simo Sorce2002-05-261-2/+2
| * Add support for NTLMv2 (tested!) with NTLMSSP.Andrew Bartlett2002-05-261-3/+10
| * Move the authenticaion subsystem over to the same 'module:options' syntaxAndrew Bartlett2002-05-241-4/+5
| * Don't duplicat this here, use the existing function prototype.Andrew Bartlett2002-05-241-4/+2
| * Commit the header file for the LDAP/secrets changesAndrew Bartlett2002-05-221-0/+2
| * uhh, forgot to commit the DBGC_WINBIND definition :-)Simo Sorce2002-05-211-11/+11
| * so here it is the code to introduce seriously debugggging classes.Simo Sorce2002-05-181-11/+13
| * Oops, I missed commiting this earlier.Andrew Bartlett2002-05-181-3/+3
| * Include the extra #define for the last set of smbpasswd mods.Andrew Bartlett2002-05-181-0/+1
| * A few things in this commit:Andrew Bartlett2002-05-181-2/+7
| * indentAndrew Bartlett2002-05-171-2/+2
| * A few more trusted domains updates from mimir.Andrew Bartlett2002-05-171-1/+1
| * This removes --with-ssl from Samba.Andrew Bartlett2002-05-172-7/+0
| * Add configure support for __va_copy, which is required on Linux/390 systemsJim McDonough2002-05-161-0/+1
| * First part of adding flags returns from name_query ...Richard Sharpe2002-05-141-0/+8
| * Fix to include -Ipopt in getpass test.Jeremy Allison2002-05-111-1/+1