summaryrefslogtreecommitdiff
path: root/source3/include
AgeCommit message (Expand)AuthorFilesLines
2002-06-14Fix spelling typo.Jeremy Allison1-11/+11
2002-06-14More of SMB signing for client - not yet finished (should be harmless).Jeremy Allison2-2/+4
2002-06-13Merge in mangle fixes from 2.2.Jeremy Allison1-2/+5
2002-06-13Latest patch from metze <metze@metzemix.de> to move most of samba acrossAndrew Bartlett1-2/+2
2002-06-12Removed eff_name field from cli_struct as it wasn't being used anywhere.Tim Potter1-1/+0
2002-06-11few fixes from Elrond(elrond@samba-tng.org) and Billy O'Connor(billy@oconnoro...Simo Sorce1-5/+6
2002-06-10Merge of Jerry's fix from 2.2.Jeremy Allison1-3/+10
2002-06-10Remove "sids.h" as it really wasn't being used anywhere, and was exportingAndrew Bartlett2-40/+0
2002-06-07Globally replace 'global_sam_sid' with get_global_sam_sid(), a selfAndrew Bartlett1-1/+1
2002-06-07Add flags2 for security signituresAndrew Bartlett1-0/+1
2002-06-06Fix compile error - doh!Tim Potter1-0/+4
2002-06-06Moved some notify related constants into srv_spoolss_nt.c sinceTim Potter1-4/+3
2002-06-03Add user name to netsessenum RPC to stop 1783 messagesJim McDonough1-0/+3
2002-06-03put the ifdef for HAVE_VA_COPY in one place rather than in lots ofAndrew Tridgell1-0/+8
2002-06-01Add rpc for file close, expand file enum to take usernameJim McDonough1-0/+16
2002-05-31Removed some unused variables - tidy up some formating, add struct toJeremy Allison2-1/+16
2002-05-31Add error index to netshareadd rpc.Jim McDonough1-0/+4
2002-05-31Update netfileenum on both client and server sides to do an arbitrary numberJim McDonough1-18/+12
2002-05-31netfileenum was missing the username filter.Jim McDonough1-0/+3
2002-05-30Added some comments for NTLMSSP negotiation flags.Tim Potter1-4/+4
2002-05-29Cleaned up srvsvc constants a bit.Tim Potter1-17/+17
2002-05-26change: pdb_getsampwrid() ->pdb_getsampwsid()Simo Sorce1-2/+2
2002-05-26Add support for NTLMv2 (tested!) with NTLMSSP.Andrew Bartlett1-3/+10
2002-05-24Move the authenticaion subsystem over to the same 'module:options' syntaxAndrew Bartlett1-4/+5
2002-05-24Don't duplicat this here, use the existing function prototype.Andrew Bartlett1-4/+2
2002-05-22Commit the header file for the LDAP/secrets changesAndrew Bartlett1-0/+2
2002-05-21uhh, forgot to commit the DBGC_WINBIND definition :-)Simo Sorce1-11/+11
2002-05-18so here it is the code to introduce seriously debugggging classes.Simo Sorce1-11/+13
2002-05-18Oops, I missed commiting this earlier.Andrew Bartlett1-3/+3
2002-05-18Include the extra #define for the last set of smbpasswd mods.Andrew Bartlett1-0/+1
2002-05-18A few things in this commit:Andrew Bartlett1-2/+7
2002-05-17indentAndrew Bartlett1-2/+2
2002-05-17A few more trusted domains updates from mimir.Andrew Bartlett1-1/+1
2002-05-17This removes --with-ssl from Samba.Andrew Bartlett2-7/+0
2002-05-16Add configure support for __va_copy, which is required on Linux/390 systemsJim McDonough1-0/+1
2002-05-14First part of adding flags returns from name_query ...Richard Sharpe1-0/+8
2002-05-11Fix to include -Ipopt in getpass test.Jeremy Allison1-1/+1
2002-05-10Fix for Solaris nscd issue pointed out by Mike GerdtsTim Potter1-1/+3
2002-05-10Oops. Broke the build be removing MSG_PRINTER_UPDATE. Re-added as nextJeremy Allison1-0/+1
2002-05-09Merged in printing fixes... There were many missing !Jeremy Allison2-3/+3
2002-05-09Sync'ing SAMBA_2_2 with HEAD.Shirish Kalele1-18/+26
2002-05-09couple of PIDDIR merges I missedGerald Carter1-0/+1
2002-05-07Added cli_spoolss_enumjobs() function.Tim Potter1-2/+2
2002-05-07DOS error 1307 is returned when an invalid owner for a security descriptorTim Potter1-0/+1
2002-04-24patch from Alexander Bokovoy needed for dlopen on bsd systemsAndrew Tridgell2-3/+9
2002-04-24Added constant and message for invalid security descriptor dos error.Tim Potter1-0/+1
2002-04-24prototypes for some systems that don't have themAndrew Tridgell1-0/+8
2002-04-19Added Martin's lpq parse fixes from 2.2.Jeremy Allison1-0/+3
2002-04-18fixed the fallback to a BDC for ADS connectionsAndrew Tridgell1-0/+1
2002-04-16fixed a problem with the smb_buf() macro on some compilersAndrew Tridgell1-1/+1