summaryrefslogtreecommitdiffstats
path: root/source3/include/proto.h
Commit message (Expand)AuthorAgeFilesLines
* merge from the autoconf2 branch to the main branchAndrew Tridgell1998-07-291-24/+15
* locking.c: Print messages when we downgrade a lock.Jeremy Allison1998-07-291-0/+1
* loadparm.c: Added strict sync parameter.Jeremy Allison1998-07-281-1/+2
* chgpasswd.c: Fixed up debug calls to stop crashes if ptsname failed.Jeremy Allison1998-07-271-2/+1
* Converted the browser database to a ubi_dLinkList. This should reduce codeChristopher R. Hertel1998-07-241-6/+6
* locking.c: Added lock type to is_locked() and do_lock()Jeremy Allison1998-07-231-2/+4
* Code added to fix the renaming of a directory under NT SMB calls.Jeremy Allison1998-07-171-0/+2
* Makefile: Added nttrans.oJeremy Allison1998-07-161-0/+7
* Makefile: Added CC=gcc to DGUX on Intel. Comment from ross@filmworks.com.Jeremy Allison1998-07-161-0/+3
* util.c: I've added a function called mem_dup(). Similar to strdup(),Christopher R. Hertel1998-07-151-1/+2
* nntrans.c: Fully implemented transact rename.Jeremy Allison1998-07-111-1/+1
* nttrans.c: More NT SMB stuff.Jeremy Allison1998-07-111-0/+1
* Fix for pidfile startup message.Jeremy Allison1998-07-021-1/+1
* chgpasswd.c: Fix from Peter Debus <pdebus@turing.une.edu.au> for Digital UNIXJeremy Allison1998-07-021-1/+0
* nisppass.c: Fixed incorrect parameter usage.Jeremy Allison1998-06-271-4/+2
* clientgen: Added USE_SSL for client shutdown.Jeremy Allison1998-06-161-1/+0
* Damn, forgot the proto file againRichard Sharpe1998-06-161-0/+1
* Added SSL support from Christian Starkjohann <cs@obdev.at>Jeremy Allison1998-06-161-0/+14
* client.c: Made -L do a null-session share unless -U user is specified.Jeremy Allison1998-06-151-0/+1
* Makefile: Added ubi_sLinkList.o as the groupname.o file needs it. Added group...Jeremy Allison1998-06-131-1/+6
* ipc.c: map_username is now a BOOL function.Jeremy Allison1998-06-121-1/+2
* Minor changes as I've now discovered gcc -pedantic-errors. ThisJeremy Allison1998-06-101-9/+19
* Fixed compile problem after make proto.Jeremy Allison1998-06-091-14/+17
* proto.hChristopher R. Hertel1998-06-081-0/+3
* added "domain admin group" and "domain guest group" parameters. this isLuke Leighton1998-06-041-0/+2
* clientutil.c: Don't core dump if no controlling terminal available for password.Jeremy Allison1998-06-011-0/+1
* Ooops - fixed Win95 crash bugs with earlier code.Jeremy Allison1998-05-271-1/+0
* Newly re-written do_match and mask_match functions, with theJeremy Allison1998-05-271-0/+1
* loadparm.c: Added machine password timeout parameter - set to 7 days be default.Jeremy Allison1998-05-271-0/+2
* added set logon, logoff, kickoff etc time functions.Luke Leighton1998-05-251-0/+5
* - created pdb_sethexpwd(), to be called from all pwd apis that need toLuke Leighton1998-05-241-1/+2
* dce/rpc net time command from jean-francois. does not support timezonesLuke Leighton1998-05-201-0/+7
* oops - got some of the default (conversion) functions wrong.Luke Leighton1998-05-191-3/+0
* removed "default" system for password database api: all functions mustLuke Leighton1998-05-191-1/+2
* ldap.c :Luke Leighton1998-05-191-6/+9
* Abstracted all the crappy password interfaces through an indirectJeremy Allison1998-05-181-26/+8
* chgpasswd.c: Changed back to getsmb... from getsam...Jeremy Allison1998-05-181-27/+27
* removed references to some of the smb_passwd routines from ldap and nis+Luke Leighton1998-05-181-6/+5
* creating and using some pdb_init_(sam/smb) routines. putting ldap headersLuke Leighton1998-05-181-0/+4
* resolving compilation errorsLuke Leighton1998-05-181-1/+0
* received update from jean francois for ldap.c: he is doing add / modLuke Leighton1998-05-181-4/+10
* Makefile:Luke Leighton1998-05-181-18/+31
* passdb.cJeremy Allison1998-05-141-1/+2
* namequery.c: Fixed SGI IRIX 5.x compiler problem.Jeremy Allison1998-05-141-0/+1
* chgpasswd.c: Added comments to #ifdefsJeremy Allison1998-05-141-11/+9
* includes.h: SunOS doesn't have strcasecmp, solaris versions prior to 2.6 don'tJeremy Allison1998-05-121-4/+0
* removed lp_domain_workstation() parameterLuke Leighton1998-05-121-6/+0
* This is a security audit change of the main source.Jeremy Allison1998-05-121-2/+4
* add lp_domain_workstations() parameter. this is a list of workstation namesLuke Leighton1998-05-111-0/+3
* ldap back-end database developmentLuke Leighton1998-05-111-20/+45