summaryrefslogtreecommitdiffstats
path: root/source/include/proto.h
Commit message (Expand)AuthorAgeFilesLines
* auto-build proto.h if its not there, but don't make it dependAndrew Tridgell2001-06-221-4702/+0
* Merging Gerry's spoolss changes.Jeremy Allison2001-06-211-613/+614
* next_token() was supposed to be a reentrant replacement for strtok(),Andrew Tridgell2001-06-211-4/+2
* Added STR_NOALIGN flags to clistr and srvstr fns. Yes, NT actually doesAndrew Tridgell2001-06-211-613/+612
* initial support for paramter type P_LISTSimo Sorce2001-06-201-618/+622
* make protoTim Potter2001-06-201-0/+2
* added a close-share smbcontrol message that forcibly closes a share in smbd (...Andrew Tridgell2001-06-201-610/+611
* INFO_24 sometimes has a 2 byte length, sometimes doesn't. Safer to notJeremy Allison2001-06-191-4/+5
* Added patches to remove Linux specific XFS ACLs. These are now handled by theJeremy Allison2001-06-181-630/+609
* added a oplock break handler hook to the client code, this allows for more co...Andrew Tridgell2001-06-181-0/+6
* Removed silly Get_Hostbyname() wrapper as DNS names are case-insensitiveTim Potter2001-06-181-1/+0
* Modified version of Jim's 0x27 and 0x28 Win9x Secdesc patch.Jeremy Allison2001-06-161-0/+6
* Jim McDonough's parse patches for Win9x get SD calls.Jeremy Allison2001-06-151-0/+2
* Prototype update.Tim Potter2001-06-151-0/+3
* Oops - proto.h contained junk from another workarea.Tim Potter2001-06-131-13/+5
* Added some msdfs client routines.Tim Potter2001-06-131-595/+619
* Make message receive fn static.Jeremy Allison2001-06-131-2/+3
* Added sys_acl_delete_def_file() - needed as part of NT ACL editing fix.Jeremy Allison2001-06-081-594/+596
* Extra stuff for large readwrite support.Jeremy Allison2001-06-081-4/+2
* Prototypes update.Tim Potter2001-06-061-3/+29
* Update prototype file.Tim Potter2001-06-021-13/+0
* Oops.Tim Potter2001-06-011-1/+15
* new proto.hAndrew Tridgell2001-05-301-565/+567
* 4 new functions to retrieve single linked list of group and passwd entriesSimo Sorce2001-05-291-565/+574
* Added tdb_change_int_atomic() to allow atomic updates of a tdb int value.Jeremy Allison2001-05-251-1/+3
* Added structures for LOGON_CTRL rpc.Tim Potter2001-05-241-3/+40
* Defensive brlock and locking database cleaning code.Jeremy Allison2001-05-221-0/+1
* make protoGerald Carter2001-05-181-0/+19
* Fix the W2KSP2 joining a Samba domain problem.Jeremy Allison2001-05-181-1/+5
* ran make protoAndrew Tridgell2001-05-171-4/+0
* Ran a make proto to fix the problems ...Richard Sharpe2001-05-171-2/+5
* make protoTim Potter2001-05-141-234/+233
* string_hash() should be static. hash_clear() should be void.Jeremy Allison2001-05-121-2/+1
* make protoTim Potter2001-05-101-0/+1
* Made "security XXX" masks apply to ACL set. By default they have no effect.Jeremy Allison2001-05-101-9/+6
* make protoTim Potter2001-05-081-2/+7
* merge from 2.2 removing the 'domain XXX' parameters.Gerald Carter2001-05-071-3/+0
* Patch from Simo:Gerald Carter2001-05-071-2/+41
* rebuild proto.hAndrew Tridgell2001-05-071-114/+50
* Big cleanup of passdb and backends.Jean-François Micouleau2001-05-041-18/+19
* make protoGerald Carter2001-05-041-0/+4
* make protoTim Potter2001-05-041-1/+14
* Had to add a "pam password change" parameter (defaults to "off") and inlinedJeremy Allison2001-05-021-2/+2916
* Fix noticed by John Trostel - we need to return our account SID for level 5.Jeremy Allison2001-05-021-2915/+1
* Fixup smbcacls. Don't return memory already freed, don't free memory allocatedJeremy Allison2001-05-011-1/+1
* Added code from "Nigel Williams" <nigel@veritas.com> (yes, the same famousJeremy Allison2001-05-011-1/+9
* Based on an original PAM patch by Andrew Bartlett, re-written by me toJeremy Allison2001-04-301-3/+6
* - fixed some compiler warningsAndrew Tridgell2001-04-281-4/+0
* - added test for vasprintfAndrew Tridgell2001-04-281-0/+1
* rpcclient merge from 2.2 (including Jeremy's non-void return fix)Gerald Carter2001-04-281-161/+171