summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
AgeCommit message (Expand)AuthorFilesLines
2001-05-02Had to add a "pam password change" parameter (defaults to "off") and inlinedJeremy Allison1-2/+2916
2001-05-02Fix noticed by John Trostel - we need to return our account SID for level 5.Jeremy Allison1-2915/+1
2001-05-01Fixup smbcacls. Don't return memory already freed, don't free memory allocatedJeremy Allison1-1/+1
2001-05-01Added code from "Nigel Williams" <nigel@veritas.com> (yes, the same famousJeremy Allison1-1/+9
2001-04-30Based on an original PAM patch by Andrew Bartlett, re-written by me toJeremy Allison1-3/+6
2001-04-28- fixed some compiler warningsAndrew Tridgell1-4/+0
2001-04-28- added test for vasprintfAndrew Tridgell1-0/+1
2001-04-28rpcclient merge from 2.2 (including Jeremy's non-void return fix)Gerald Carter1-161/+171
2001-04-25converted the passdb smbpasswd implementation to using tallocGerald Carter1-4/+0
2001-04-23Fix "proc num out of range" error. Missing rpc call.Jeremy Allison1-0/+3
2001-04-23Added "obey pam restrictions" parameter - default to "off".Jeremy Allison1-0/+1
2001-04-23Added smb_ prefix to all Samba wrapper pam functions.Jeremy Allison1-3/+3
2001-04-22Commit of a modified version of Andrew Bartlett's patch that removes theJeremy Allison1-1/+1
2001-04-22merging from 2.2 to headAndrew Tridgell1-4/+17
2001-04-18merge from 2.2Andrew Tridgell1-6/+17
2001-04-18Removed mktemp from HEAD - same as done in 2.2.Jeremy Allison1-2/+22
2001-04-16hide unreadable patch from idraAndrew Tridgell1-0/+1
2001-04-14configure:Jeremy Allison1-1/+5
2001-04-13Michael Davidson <md@sco.COM> pointed out that acl_get_qualifier can potentiallyJeremy Allison1-0/+5
2001-04-13Merge of Andrew's changes in 2.2.Jeremy Allison1-2/+3
2001-04-13As Andrew suggested, make smbrun return a fd for a deleted file which can thenJeremy Allison1-1/+12
2001-04-12Changed lp_add/delete/enum scripts to use lockdir if spool dir doesn'tJeremy Allison1-2/+2
2001-04-11To stop people complaining about the mktemp call, move it into lib/util.c. Th...Jeremy Allison1-0/+1
2001-04-11Fix for core dump in security = share code with new share security db.Jeremy Allison1-1/+7
2001-04-10Fixed --with-automount compile error.Jeremy Allison1-0/+2
2001-04-09Set SD's for share. Added level 1501. Map GENERIC file bits to specific bits.Jeremy Allison1-0/+1
2001-04-09Added set/get SD's on shares. Check before tcon.Jeremy Allison1-1/+1
2001-04-08Added per-share security tdb. Tidied up many slprintfs (need -1 on length).Jeremy Allison1-0/+2
2001-04-07Added 3 params to manipulate shares. "add share command/change share command/Jeremy Allison1-0/+4
2001-04-06Implemented stub function for NET_SHARE_DELETE. Now to implement the realJeremy Allison1-0/+3
2001-04-06Added stub function for NET_SHARE_ADD. Once this is implemented to call a hookJeremy Allison1-0/+3
2001-04-06We can now use server manager to look at Samba shares. NT still expects a ":"Jeremy Allison1-20/+1
2001-04-04I know we're supposed to be feature frozen, but I couldn't resist this... :-).Jeremy Allison1-0/+10
2001-04-03Sync up with new NT forms code.Jeremy Allison1-0/+42
2001-04-02include/ntdomain.h:Jeremy Allison1-7/+18
2001-03-31configure configure.in include/config.h.in lib/replace.c: Added test and repl...Jeremy Allison1-464/+466
2001-03-31started converting some of the only-ascii code to use srvstr_*Andrew Tridgell1-464/+466
2001-03-30This is a big, rather ugly patch. Whilst investigating the files not truncatedJeremy Allison1-2/+2
2001-03-29Added cli_nt_delete_on_close() call to allow flag to be set for torture tests.Jeremy Allison1-0/+1
2001-03-29Added cli_nt_create_full() as a way to get at all the ntcreate parameters.Jeremy Allison1-0/+3
2001-03-28rename of 16 new_smb_io functions to smb_io_* for consistency sakeGerald Carter1-16/+16
2001-03-27make protoGerald Carter1-7/+7
2001-03-27Patch from David Gibson <dgibson@linuxcare.com> to reduce "silent abort"Jeremy Allison1-1/+1
2001-03-26Fix from Ryo Kawahara <rkawa@lbe.co.jp> to make SWAT correctly write and smb....Jeremy Allison1-2/+3
2001-03-23Fix insure-found parameter size missmatch.Jeremy Allison1-1/+1
2001-03-23Two OS/2 printer fixes from Jim McDonough @ IBM.Jeremy Allison1-0/+1
2001-03-23groupdb/mapping.c:Jeremy Allison1-461/+461
2001-03-23first pass of the new group mapping codeJean-François Micouleau1-460/+489
2001-03-21added option "enhanced browsing"Andrew Tridgell1-0/+1
2001-03-20Fix for crash when doing name lookup with a quoted string. Part ofJeremy Allison1-3/+3