summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-07-21s3-rpc_server: Move pipe/handles functionsSimo Sorce7-281/+282
2011-07-21s3-rpc_server: Fixed header define.Andreas Schneider1-3/+3
2011-07-21s3-rpc_server: Remove unused endpoint information.Andreas Schneider1-18/+1
2011-07-21s3-rpc_server: We need to copy the session_info for external pipes.Andreas Schneider1-1/+6
2011-07-21s3-rpc_server: Duplicate the pipe name.Andreas Schneider1-1/+8
2011-07-21s3-rpc_server: Free the np dir.Andreas Schneider1-0/+1
2011-07-21s3-rpc_server: Fix messaging context in the pipes struct.Andreas Schneider1-1/+4
2011-07-21s3-rpc_server: Add my copyright.Andreas Schneider1-0/+1
2011-07-21s3:loadparm: fix an implicit cast warning in string intialization in init_glo...Michael Adam1-1/+1
2011-07-21s3:loadparm: add support for P_BYTES to lp_do_parameter() - fix a build warningMichael Adam1-0/+15
2011-07-21s3:loadparm: add support for P_CMDLIST to lp_do_parameter - fix a build warningMichael Adam1-0/+1
2011-07-21s3:loadparm: add support for P_CMDLIST to lp_save_defaults() - fix build warningMichael Adam1-0/+1
2011-07-21s3:loadparm: add support for P_BYTES to lp_save_defaults - fix build warningMichael Adam1-0/+1
2011-07-21s3:loadparm: add support for P_CMDLIST to is_default() - fix build warningMichael Adam1-0/+1
2011-07-21s3:loadparm: add support for P_BYTES to is_default() - fix build warningMichael Adam1-0/+1
2011-07-21s3:loadparm: add support for P_CMDLIST to print_parameter - fix build warning.Michael Adam1-4/+14
2011-07-21s3:loadparm: add support for P_BYTES to print_parameter() - fix build warning.Michael Adam1-0/+1
2011-07-21s3:loadparm: add support for P_CMDLIST to equal_parameter() - fix build warningMichael Adam1-0/+1
2011-07-21s3:loadparm: add suppor for P_BYTES to equal_parameter() - fix build warningMichael Adam1-0/+1
2011-07-21s3:loadparm: szNetbiosAliases is now a const char ** - cast properlyMichael Adam1-2/+2
2011-07-21s3:loadparm: szWinbindNssInfo is now a const char ** instead of a char ** - c...Michael Adam1-1/+1
2011-07-21s3:loadparm: fix a check that was accidentially an assignment in lp_serviceby...Michael Adam1-1/+1
2011-07-21s3:loadparm: untangle assignment from check in do_section()Michael Adam1-2/+2
2011-07-21s3-waf: fix a libcrypto configure checkChristian Ambach1-1/+1
2011-07-21s3:winbindd remove an unused variableChristian Ambach1-2/+0
2011-07-21s3:utils fix a compiler warningChristian Ambach1-0/+1
2011-07-21s3:modules/vfs_afsacl fix a compiler warningChristian Ambach1-1/+1
2011-07-21s3:afs make path argument to afs_syscall constChristian Ambach3-3/+3
2011-07-21s3:modules/vfs_afsacl fix a compiler warningChristian Ambach1-2/+1
2011-07-21s3:modules/vfs_afsacl use stdbool typesChristian Ambach1-35/+35
2011-07-21s3:modules/vfs_afsacl remove some unnecessary whitespaceChristian Ambach1-3/+3
2011-07-21s3:lib/afs fix the build with --with-vfs-afsaclChristian Ambach1-0/+4
2011-07-21s3:lib/afs use stdbool typesChristian Ambach2-22/+22
2011-07-21s3:utils/net_afs fix compiler warningsChristian Ambach1-2/+3
2011-07-21s3:lib/afs_settoken fix some compiler warningsChristian Ambach1-3/+4
2011-07-21s3:lib/afs fix some compiler warningsChristian Ambach1-2/+3
2011-07-21s3:lib/afs fix the build with --with-fake-kaserverChristian Ambach3-4/+15
2011-07-21selftest: use "state directory" and "cache directory" optionsBjörn Baumbach2-4/+4
2011-07-21s4-param: use "state directory" and "cache directory" optionsBjörn Baumbach2-9/+9
2011-07-21samba-tool: make sure we exit with an error on a bad commandAndrew Tridgell1-1/+2
2011-07-21dbcheck: mark the dbcheck as known-failAndrew Tridgell1-0/+1
2011-07-21samba-tool: fixed some more calls to samba_tool join to be 'domain join'Andrew Tridgell3-10/+10
2011-07-21s4-selftest: added undump.sh scriptAndrew Tridgell1-0/+20
2011-07-21tdb: remove 'EOF' print from tdbrestoreAndrew Tridgell1-1/+0
2011-07-21dbcheck: use string DN in delete when fixing broken strings DNsAndrew Tridgell1-1/+1
2011-07-21s4-provision: run dbcheck on a minimal set of objects in provisionAndrew Tridgell1-4/+8
2011-07-21s4-kcc: use dsdb_delete() instead of ldb_delete()Andrew Tridgell1-1/+1
2011-07-21s4-dsdb: added dsdb_delete() functionAndrew Tridgell1-0/+30
2011-07-21pyldb: use dn.is_child_of() instead of dn.compare_base()Andrew Tridgell2-9/+10
2011-07-21samba_backup: check that directory really existsMatthieu Patou1-1/+11