summaryrefslogtreecommitdiffstats
path: root/source3/include/proto.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* converted the passdb smbpasswd implementation to using tallocGerald Carter2001-04-251-4/+0
* Fix "proc num out of range" error. Missing rpc call.Jeremy Allison2001-04-231-0/+3
* Added "obey pam restrictions" parameter - default to "off".Jeremy Allison2001-04-231-0/+1
* Added smb_ prefix to all Samba wrapper pam functions.Jeremy Allison2001-04-231-3/+3
* Commit of a modified version of Andrew Bartlett's patch that removes theJeremy Allison2001-04-221-1/+1
* merging from 2.2 to headAndrew Tridgell2001-04-221-4/+17
* merge from 2.2Andrew Tridgell2001-04-181-6/+17
* Removed mktemp from HEAD - same as done in 2.2.Jeremy Allison2001-04-181-2/+22
* hide unreadable patch from idraAndrew Tridgell2001-04-161-0/+1
* configure:Jeremy Allison2001-04-141-1/+5
* Michael Davidson <md@sco.COM> pointed out that acl_get_qualifier can potentiallyJeremy Allison2001-04-131-0/+5
* Merge of Andrew's changes in 2.2.Jeremy Allison2001-04-131-2/+3
* As Andrew suggested, make smbrun return a fd for a deleted file which can thenJeremy Allison2001-04-131-1/+12
* Changed lp_add/delete/enum scripts to use lockdir if spool dir doesn'tJeremy Allison2001-04-121-2/+2
* To stop people complaining about the mktemp call, move it into lib/util.c. Th...Jeremy Allison2001-04-111-0/+1
* Fix for core dump in security = share code with new share security db.Jeremy Allison2001-04-111-1/+7
* Fixed --with-automount compile error.Jeremy Allison2001-04-101-0/+2
* Set SD's for share. Added level 1501. Map GENERIC file bits to specific bits.Jeremy Allison2001-04-091-0/+1
* Added set/get SD's on shares. Check before tcon.Jeremy Allison2001-04-091-1/+1
* Added per-share security tdb. Tidied up many slprintfs (need -1 on length).Jeremy Allison2001-04-081-0/+2
* Added 3 params to manipulate shares. "add share command/change share command/Jeremy Allison2001-04-071-0/+4
* Implemented stub function for NET_SHARE_DELETE. Now to implement the realJeremy Allison2001-04-061-0/+3
* Added stub function for NET_SHARE_ADD. Once this is implemented to call a hookJeremy Allison2001-04-061-0/+3
* We can now use server manager to look at Samba shares. NT still expects a ":"Jeremy Allison2001-04-061-20/+1
* I know we're supposed to be feature frozen, but I couldn't resist this... :-).Jeremy Allison2001-04-041-0/+10
* Sync up with new NT forms code.Jeremy Allison2001-04-031-0/+42
* include/ntdomain.h:Jeremy Allison2001-04-021-7/+18
* configure configure.in include/config.h.in lib/replace.c: Added test and repl...Jeremy Allison2001-03-311-464/+466
* started converting some of the only-ascii code to use srvstr_*Andrew Tridgell2001-03-311-464/+466
* This is a big, rather ugly patch. Whilst investigating the files not truncatedJeremy Allison2001-03-301-2/+2
* Added cli_nt_delete_on_close() call to allow flag to be set for torture tests.Jeremy Allison2001-03-291-0/+1
* Added cli_nt_create_full() as a way to get at all the ntcreate parameters.Jeremy Allison2001-03-291-0/+3
* rename of 16 new_smb_io functions to smb_io_* for consistency sakeGerald Carter2001-03-281-16/+16
* make protoGerald Carter2001-03-271-7/+7
* Patch from David Gibson <dgibson@linuxcare.com> to reduce "silent abort"Jeremy Allison2001-03-271-1/+1
* Fix from Ryo Kawahara <rkawa@lbe.co.jp> to make SWAT correctly write and smb....Jeremy Allison2001-03-261-2/+3
* Fix insure-found parameter size missmatch.Jeremy Allison2001-03-231-1/+1
* Two OS/2 printer fixes from Jim McDonough @ IBM.Jeremy Allison2001-03-231-0/+1
* groupdb/mapping.c:Jeremy Allison2001-03-231-461/+461
* first pass of the new group mapping codeJean-François Micouleau2001-03-231-460/+489
* added option "enhanced browsing"Andrew Tridgell2001-03-211-0/+1
* Fix for crash when doing name lookup with a quoted string. Part ofJeremy Allison2001-03-201-3/+3
* reverted the rename of new_spoolss_io_r_enumprinterdrivers()Gerald Carter2001-03-191-1/+1
* Added sys_dlopen/sys_dlsym/sys_dlclose.Jeremy Allison2001-03-191-0/+3