summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ldb: Ensure to decrement the transaction_active whenever we delete a transactionldb-1.1.15Andrew Bartlett2013-01-264-1/+266
* ldb: fix a warning by converting from TDB_DATA to struct ldb_valStefan Metzmacher2013-01-261-1/+5
* Regression test for bug #9587 - archive flag is always set on directories.Jeremy Allison2013-01-251-0/+186
* Fix bug #9587 - archive flag is always set on directories.Jeremy Allison2013-01-251-1/+2
* bug9598: s4-process_single: Use pid,fd as cluster_id in process_single just l...Andrew Bartlett2013-01-251-3/+8
* Avoid a very small memleak on talloc_tos()Volker Lendecke2013-01-251-4/+1
* Fix bug #9572 - File corruption during SMB1 read by Mac OSX 10.8.2 clients.Jeremy Allison2013-01-241-2/+30
* Revert "s3:smbd: SMB ReadX with size > 0xffff should only possible for samba ...Jeremy Allison2013-01-241-10/+1
* s4-torture: add some basic tests for PlayGDIScriptOnPrinterIC.Günther Deschner2013-01-241-1/+110
* s3-rpcclient: add cmd_spoolss_play_gdi_script_on_printer_ic.Günther Deschner2013-01-241-0/+103
* spoolss: add UNIVERSAL_FONT_ID_ctr for debugging.Günther Deschner2013-01-241-0/+5
* spoolss: Add UNIVERSAL_FONT_ID.Günther Deschner2013-01-241-0/+6
* spoolss: fill in spoolss_PlayGDIScriptOnPrinterIC IDL.Günther Deschner2013-01-241-1/+7
* s3-rpcclient: decode OsVersion{Ex} binary blobs when displaying printerdata.Günther Deschner2013-01-241-0/+21
* s3-spoolss: Make it easier to manipulate the returned OSVersion at runtime.Günther Deschner2013-01-241-3/+11
* spoolss: make spoolss deal with ndr64 StartDocPrinter by using proper contain...Günther Deschner2013-01-244-14/+29
* spoolss: add more spoolss_DriverAttributes values.Günther Deschner2013-01-241-3/+13
* docs: ldbsearch.1.xml: Correct meta data.Karolin Seeger2013-01-241-3/+3
* docs: ldbrename.1.xml: Correct meta data.Karolin Seeger2013-01-241-3/+3
* docs: ldbmodify.1.xml: Correct meta data.Karolin Seeger2013-01-241-3/+3
* docs: ldbedit.1.xml: Correct meta data.Karolin Seeger2013-01-241-3/+3
* docs: ldbdel.1.xml: Correct meta data.Karolin Seeger2013-01-241-3/+3
* docs: ldbadd.1.xml: Correct meta data.Karolin Seeger2013-01-241-3/+3
* docs: ldb.3.xml: Correct meta data.Karolin Seeger2013-01-241-2/+2
* gensec: Allow login without a PAC by default (bug #9581)Andrew Bartlett2013-01-241-1/+1
* Fix bug #9586 - smbd[29175]: disk_free: sys_popen() failed" message logged in...Jeremy Allison2013-01-241-1/+1
* dsdb-acl: remove unused variableStefan Metzmacher2013-01-231-1/+0
* smbd: Fix a NULL vs false return errorVolker Lendecke2013-01-231-1/+1
* waf: Fix pdb_ldap which cannot be built as a module.Andreas Schneider2013-01-231-2/+4
* ldap: Remove obsolete convertSambaAccount script.Andreas Schneider2013-01-231-233/+0
* libcli/auth: fix void function cannot return value errorAndrew Bartlett2013-01-221-2/+2
* s3-winbind: fix the build of idmap_ldap.Günther Deschner2013-01-221-1/+2
* Tests: Fix the display of test vars in screen --testenvMatthieu Patou2013-01-221-7/+8
* libcli-acl: add documentationMatthieu Patou2013-01-221-1/+19
* drsuapi: Add documentationMatthieu Patou2013-01-221-3/+18
* drepl-notify: change misleading messageMatthieu Patou2013-01-221-1/+1
* devel-script: add options for RODC and partial replica for replicate flagsMatthieu Patou2013-01-221-1/+21
* devel-scripts: ask with WRIT_REP by defaultMatthieu Patou2013-01-211-0/+1
* devel-getncchange: try to find the dest_dsa automaticallyMatthieu Patou2013-01-211-3/+19
* security: Add documentationMatthieu Patou2013-01-211-0/+9
* libcli-security: Add documentation for object_tree_modify_accessMatthieu Patou2013-01-211-2/+12
* dbcheck: look in hasMasterNCs as well for determining the instance type of a NCMatthieu Patou2013-01-211-2/+10
* dsdb: Fix warning about unused varMatthieu Patou2013-01-211-2/+0
* dsdb: Explain ordering constraints on the ACL module as well.Andrew Bartlett2013-01-211-2/+2
* dsdb: Ensure "authenticated users" is processed for group membershipsAndrew Bartlett2013-01-213-36/+64
* libcli/security: remove useless if (root->num_of_children > 0) statementsAndrew Bartlett2013-01-211-8/+4
* libcli/security: add init_mask to existing children in insert_in_object_treeStefan Metzmacher2013-01-211-0/+1
* libcli/security: handle node initialisation in one spot in insert_in_object_t...Andrew Bartlett2013-01-214-49/+47
* libcli/security: avoid usage of dom_sid_parse_talloc() in sec_access_check_ds()Stefan Metzmacher2013-01-211-8/+4
* libcli/security: simplify get_ace_object_type()Stefan Metzmacher2013-01-211-8/+4