summaryrefslogtreecommitdiffstats
path: root/source3/include
Commit message (Expand)AuthorAgeFilesLines
...
* | merge from 2.2Gerald Carter2001-11-222-8/+65
* | --with-msdfs wsa removedGerald Carter2001-11-221-1/+0
* | Made a libsmbclient doxygen group and moved all the libsmbclient groupsTim Potter2001-11-221-13/+21
* | samr_querydom_info level 1: found the meaning of the unknow fields. AndJean-François Micouleau2001-11-211-4/+48
* | Fix up libsmbclient in head.Richard Sharpe2001-11-211-93/+96
* | forgot this fileAndrew Tridgell2001-11-201-0/+29
* | added the beginnings of ADS support in smbdAndrew Tridgell2001-11-202-0/+35
* | added ANS1 integer defineAndrew Tridgell2001-11-201-0/+1
* | Move all other paths into dynconfigMartin Pool2001-11-191-0/+3
* | Fix obvious typo.Martin Pool2001-11-191-1/+1
* | Detect libreadline>=4.0, and set HAVE_NEW_LIBREADLINE. At the momentMartin Pool2001-11-191-1/+4
* | dyn_LOCKDIR should be const because it's never modified directly --Martin Pool2001-11-191-1/+2
* | LIBDIR and LOCKDIR are dynamically configured too.Martin Pool2001-11-192-5/+1
* | LMHOSTSFILE is now dynamically configured too.Martin Pool2001-11-191-1/+1
* | Store some path names in global variables initialized to configureMartin Pool2001-11-192-0/+32
* | I *love* removing code :-). Removed 4 files that weren't being used.Jeremy Allison2001-11-161-0/+1
* | Tidyups and things I discovered during the merge...Jeremy Allison2001-11-151-1/+1
* | more Win2k RPC opnums (EnumPrinterKey() and DeletePrinterDriverEx())Gerald Carter2001-11-151-0/+2
* | SETPRINTERDATAEX is 0x4d (not 0x50). My mistake.Gerald Carter2001-11-151-1/+1
* | Fix compile on RedHat 7.2 systems with broken system headers.Jeremy Allison2001-11-141-3/+1
* | verified two new win2k rpc's EnumPrinterDataEx() and DeletePrinterdataEx()Gerald Carter2001-11-131-6/+3
* | Fix typo.Martin Pool2001-11-131-2/+0
* | new Win2k spoolss rpc opnum (unknown right now).Gerald Carter2001-11-131-0/+6
* | Fixed allocation bug in database prog. Some format fixes.Jeremy Allison2001-11-122-0/+4
* | Fixed a few typos and added the opnum for ADDPRINTERDRIVEREX to theGerald Carter2001-11-091-1/+8
* | Fixup __LPID -> _LPID.Jeremy Allison2001-11-091-1/+1
* | Added more define bits. Fixed error in vol attributes.Jeremy Allison2001-11-081-3/+6
* | Wrote some stubs for new win2k only spoolss rpc commands:Tim Potter2001-11-051-1/+40
* | Fix for broken-as-shipped RedHat 7.2 system headers. Now we haveJeremy Allison2001-11-041-0/+12
* | a big one:Simo Sorce2001-11-042-0/+11
* | Added NT_USER_TOKEN into server_info to fix extra groups problem.Jeremy Allison2001-11-032-3/+5
* | Added many more defines in service category, user category and othersSteve French2001-11-031-0/+26
* | This is a farily large patch (3300 lines) and reworks most of the AuthRewriteAndrew Bartlett2001-10-312-33/+24
* | Added some extra fields to the auth_serversupplied_info structure.Tim Potter2001-10-311-0/+5
* | Fix up smbpasswd -e/-d so that it doesn't change the password under you anyAndrew Bartlett2001-10-301-0/+1
* | This commit is number 2 of 4.Andrew Bartlett2001-10-291-7/+0
* | Add popt for parsing commandline optionsJim McDonough2001-10-232-1/+6
* | a quick fix to get rpcclient working again. This just disablesAndrew Tridgell2001-10-221-0/+1
* | - fixed link order of krb5 libsAndrew Tridgell2001-10-221-6/+0
* | Converted a bunch of 0x85 constants to SMBkeepalive.Tim Potter2001-10-201-0/+1
* | Move from timestamp to gen count file id's for finding oplocked filesJeremy Allison2001-10-201-20/+23
* | Ensure we mask off deny modes correctly on being set (this shouldn't haveJeremy Allison2001-10-191-1/+1
* | Added include guards around file.Jeremy Allison2001-10-191-0/+4
* | Add rap.h for net utility and libsmbJim McDonough2001-10-191-0/+2
* | Add header for common RAP definitionsJim McDonough2001-10-191-0/+478
* | Restored old Bmpx code - actually used by OS/2.Jeremy Allison2001-10-192-0/+13
* | the beginnings of kerberos support in smbd. It doesn't work yet, butAndrew Tridgell2001-10-181-0/+4
* | added basic NTLMSSP support in smbd. This is still quite rough, andAndrew Tridgell2001-10-171-0/+6
* | very simple asynchronous "lpq" thread patchJean-François Micouleau2001-10-161-0/+1
* | forgot to add intl.hAndrew Tridgell2001-10-141-0/+25