summaryrefslogtreecommitdiff
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* 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
* pam: share pam errors in a common location.Günther Deschner2011-02-086-168/+3
* libndr: share some uuid helpers.Günther Deschner2011-02-081-7/+0
* ndr: merge duplicate ndr_map_error2ntstatus() functions.Günther Deschner2011-02-081-26/+0
* mit-samba: Allow nesting on the event contextSimo Sorce2011-02-071-0/+3
* s4-build: fixed uses of os.path.relpath()Andrew Tridgell2011-02-071-2/+2
* build: removed the old autogen.sh and autogen-waf.sh scriptsAndrew Tridgell2011-02-074-24/+0
* s4-build: remove a bunch of unused build scriptsAndrew Tridgell2011-02-0710-345/+0
* s4-charset: use dyn_CODEPAGEDIR for location of upcase.dat/lowcase.datAndrew Tridgell2011-02-072-0/+2
* s4-provision: added setup_path() import in two more placesAndrew Tridgell2011-02-072-1/+3
* s4-python: get ordering right on python pathsAndrew Tridgell2011-02-071-3/+5
* s4-python Don't force "bin" into the python sys.pathAndrew Bartlett2011-02-075-25/+8