summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix const warning.Jeremy Allison2011-07-221-2/+5
* s3-rpc_server: Do not set msg_ctx twiceSimo Sorce2011-07-221-1/+0
* s3:winbindd_cm: remove unused checks for address familyStefan Metzmacher2011-07-211-37/+0
* s3:libsmb: replace cli_initialise[_ex]() by cli_state_create()Stefan Metzmacher2011-07-214-41/+37
* s3:include: remove unused cli_state->called and cli_state->callingStefan Metzmacher2011-07-211-2/+0
* s3:libsmb: don't pass cli->called.name to NTLMv2_generate_names_blob()Stefan Metzmacher2011-07-211-3/+3
* s3:libsmb: move cli->vuid to cli->smb1.uid and hide it behind cli_state_[g|s]...Stefan Metzmacher2011-07-216-32/+46
* s3:libsmb: add cli_state_encryption_on()Stefan Metzmacher2011-07-213-1/+8
* s3-rpc_server: Pass msg_ctx to make_base_pipes_struct().Andreas Schneider2011-07-211-1/+1
* s3-rpc_server: Create common function to allocate pipes_structSimo Sorce2011-07-214-68/+76
* s3-rpc_server: Move pipe/handles functionsSimo Sorce2011-07-217-281/+282
* s3-rpc_server: Fixed header define.Andreas Schneider2011-07-211-3/+3
* s3-rpc_server: Remove unused endpoint information.Andreas Schneider2011-07-211-18/+1
* s3-rpc_server: We need to copy the session_info for external pipes.Andreas Schneider2011-07-211-1/+6
* s3-rpc_server: Duplicate the pipe name.Andreas Schneider2011-07-211-1/+8
* s3-rpc_server: Free the np dir.Andreas Schneider2011-07-211-0/+1
* s3-rpc_server: Fix messaging context in the pipes struct.Andreas Schneider2011-07-211-1/+4
* s3-rpc_server: Add my copyright.Andreas Schneider2011-07-211-0/+1
* s3:loadparm: fix an implicit cast warning in string intialization in init_glo...Michael Adam2011-07-211-1/+1
* s3:loadparm: add support for P_BYTES to lp_do_parameter() - fix a build warningMichael Adam2011-07-211-0/+15
* s3:loadparm: add support for P_CMDLIST to lp_do_parameter - fix a build warningMichael Adam2011-07-211-0/+1
* s3:loadparm: add support for P_CMDLIST to lp_save_defaults() - fix build warningMichael Adam2011-07-211-0/+1
* s3:loadparm: add support for P_BYTES to lp_save_defaults - fix build warningMichael Adam2011-07-211-0/+1
* s3:loadparm: add support for P_CMDLIST to is_default() - fix build warningMichael Adam2011-07-211-0/+1
* s3:loadparm: add support for P_BYTES to is_default() - fix build warningMichael Adam2011-07-211-0/+1
* s3:loadparm: add support for P_CMDLIST to print_parameter - fix build warning.Michael Adam2011-07-211-4/+14
* s3:loadparm: add support for P_BYTES to print_parameter() - fix build warning.Michael Adam2011-07-211-0/+1
* s3:loadparm: add support for P_CMDLIST to equal_parameter() - fix build warningMichael Adam2011-07-211-0/+1
* s3:loadparm: add suppor for P_BYTES to equal_parameter() - fix build warningMichael Adam2011-07-211-0/+1
* s3:loadparm: szNetbiosAliases is now a const char ** - cast properlyMichael Adam2011-07-211-2/+2
* s3:loadparm: szWinbindNssInfo is now a const char ** instead of a char ** - c...Michael Adam2011-07-211-1/+1
* s3:loadparm: fix a check that was accidentially an assignment in lp_serviceby...Michael Adam2011-07-211-1/+1
* s3:loadparm: untangle assignment from check in do_section()Michael Adam2011-07-211-2/+2
* s3-waf: fix a libcrypto configure checkChristian Ambach2011-07-211-1/+1
* s3:winbindd remove an unused variableChristian Ambach2011-07-211-2/+0
* s3:utils fix a compiler warningChristian Ambach2011-07-211-0/+1
* s3:modules/vfs_afsacl fix a compiler warningChristian Ambach2011-07-211-1/+1
* s3:afs make path argument to afs_syscall constChristian Ambach2011-07-213-3/+3
* s3:modules/vfs_afsacl fix a compiler warningChristian Ambach2011-07-211-2/+1
* s3:modules/vfs_afsacl use stdbool typesChristian Ambach2011-07-211-35/+35
* s3:modules/vfs_afsacl remove some unnecessary whitespaceChristian Ambach2011-07-211-3/+3
* s3:lib/afs fix the build with --with-vfs-afsaclChristian Ambach2011-07-211-0/+4
* s3:lib/afs use stdbool typesChristian Ambach2011-07-212-22/+22
* s3:utils/net_afs fix compiler warningsChristian Ambach2011-07-211-2/+3
* s3:lib/afs_settoken fix some compiler warningsChristian Ambach2011-07-211-3/+4
* s3:lib/afs fix some compiler warningsChristian Ambach2011-07-211-2/+3
* s3:lib/afs fix the build with --with-fake-kaserverChristian Ambach2011-07-213-4/+15
* selftest: use "state directory" and "cache directory" optionsBjörn Baumbach2011-07-212-4/+4
* s4-param: use "state directory" and "cache directory" optionsBjörn Baumbach2011-07-212-9/+9
* samba-tool: make sure we exit with an error on a bad commandAndrew Tridgell2011-07-211-1/+2