summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* pyldb: fix a bug in the unit test which prevented ldb.python to run all the t...Matthieu Patou2011-02-131-0/+3
* librpc: add bindings for dnsp in pythonMatthieu Patou2011-02-131-0/+6
* ldb: use the sizeof of the control variable as offset instead of hardcoded va...Matthieu Patou2011-02-131-22/+21
* ldb: remove "magic" string in ldb_controls, replace them with constants defin...Matthieu Patou2011-02-132-22/+53
* s4-tools: Added --sddl option, which allows the user to add an ACE to an obje...Nadezhda Ivanova2011-02-101-4/+8
* librpc: move preg.idl to main directory.Günther Deschner2011-02-101-1/+1
* s4-tests: Some tests that prove behavior for INHERITED user-provided ACEs is ...Nadezhda Ivanova2011-02-101-0/+34
* s4-build: need EXPAND_VARIABLES() for terminal in make testAndrew Tridgell2011-02-101-1/+1
* ldb: use #include <ldb.h> for ldbAndrew Tridgell2011-02-1078-121/+121
* s4-krb5: authkrb5 should depend on ldbAndrew Tridgell2011-02-101-1/+1
* libcli/named_pipe_auth Change from 'info3' to auth_session_info_transportAndrew Bartlett2011-02-104-174/+177
* auth Move auth_sam_reply into the top level.Andrew Bartlett2011-02-102-397/+0
* ldb: added ldb 1.0.0 ABI signaturesAndrew Tridgell2011-02-101-0/+248
* ldb: change version number to 1.0.0Andrew Tridgell2011-02-101-1/+1
* ldb: fixed two warnings in the ldb_ldap backendAndrew Tridgell2011-02-101-2/+2
* ldb: added a include/ldb_version.hAndrew Tridgell2011-02-102-2/+10
* s4:WAF build - remove "source4/configure.developer"Matthias Dieter Wallnöfer2011-02-091-6/+0
* ldb:tools - return LDB_ERR_OPERATIONS_ERROR on generic errorsMatthias Dieter Wallnöfer2011-02-098-19/+20
* ldb:tools - always check if ldb connection has been estabilishedMatthias Dieter Wallnöfer2011-02-097-1/+19
* ldb:ldbsearch tool - use LDB result constants where possibleMatthias Dieter Wallnöfer2011-02-091-7/+7
* ldb:ldbsearch tool - simplify error code returnMatthias Dieter Wallnöfer2011-02-091-3/+1
* ldb:ldbsearch tool - use "%u" for printing unsigned integersMatthias Dieter Wallnöfer2011-02-091-1/+1
* ldb:ldbedit tool - don't forget about the "do_edit" result codeMatthias Dieter Wallnöfer2011-02-091-11/+4
* ldb:ldbedit tool - fix bug #7914Matthias Dieter Wallnöfer2011-02-091-4/+7
* ldb:ldbedit tool - use unsigned counters for consistency with other LDB toolsMatthias Dieter Wallnöfer2011-02-091-2/+2
* ldb:ldbedit tool - use "%u" for printing out unsigned integersMatthias Dieter Wallnöfer2011-02-091-2/+2
* ldb:ldbedit tool - use LDB result constants where neededMatthias Dieter Wallnöfer2011-02-091-5/+5
* ldb:ldbrename tool - use LDB result constant where neededMatthias Dieter Wallnöfer2011-02-091-1/+1
* ldb:ldbmodify tool - use unsigned counters for consistency with other LDB toolsMatthias Dieter Wallnöfer2011-02-091-5/+5
* ldb:ldbdel tool - use LDB result constants for consistencyMatthias Dieter Wallnöfer2011-02-091-7/+7
* ldb:ldbadd tool - use LDB return codes where possibleMatthias Dieter Wallnöfer2011-02-091-4/+6
* ldb:ldbadd tool - use "%u" for printing out unsigned integersMatthias Dieter Wallnöfer2011-02-091-1/+1
* ldb:ldbadd tool - use LDB result constants for consistencyMatthias Dieter Wallnöfer2011-02-091-4/+4
* provision: Add missing dependency on pyldb-util.Jelmer Vernooij2011-02-091-1/+1
* dlinklist: Change license to LGPLv3+ (checked with tridge).Jelmer Vernooij2011-02-091-11/+15
* s4/tests: Implement a blackbox test for 'samba-tool drs' commandKamen Mazdrashki2011-02-092-0/+101
* s4/tests: Move command line processing into separate method to be reusedKamen Mazdrashki2011-02-091-6/+6
* s4/tests: Implement BlackboxTestCase.check_output() methodKamen Mazdrashki2011-02-091-0/+11
* s4/samba-tool/drs: Make use of Command.message() method instead of using 'print'Kamen Mazdrashki2011-02-091-36/+37
* s4/samba-tool/drs: Move get_dsServiceName function at module level to be re-usedKamen Mazdrashki2011-02-091-12/+8
* s4/samba-tool: 'drs options' command implementationKamen Mazdrashki2011-02-091-0/+71
* s4-waf Remove source4 build system.Andrew Bartlett2011-02-097-516/+0
* s4-auth Fix setting of bad_password_count in auth_convert_user_info_dc_sambas...Andrew Bartlett2011-02-091-1/+1
* s4-selftest Fix valgrind and gdb options for top level buildAndrew Bartlett2011-02-091-2/+2
* s4-auth Rework auth subsystem to remove struct auth_serversupplied_infoAndrew Bartlett2011-02-0935-787/+840
* s4-auth Add auth.idl to encode auth subsystem structures in IDLAndrew Bartlett2011-02-091-0/+1
* s4-smbtorture: add torture test to check proper add and delete driver operati...Günther Deschner2011-02-081-0/+77
* s4-smbtorture: also run the driver timestamp spoolss test against samba.Günther Deschner2011-02-081-4/+0
* s4-waf: split out wscript_build for ndrdump binary.Günther Deschner2011-02-081-8/+1
* lib/compression: add shared wscript_build.Günther Deschner2011-02-081-6/+0