summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in warning messageVolker Lendecke2013-02-041-1/+1
* s3-net: mention optional impersonation principal for PAC retrieval.Günther Deschner2013-02-011-1/+1
* s3:auth: wbcAuthenticateEx gives unix times (bug #9625)Stefan Metzmacher2013-02-011-3/+3
* smbd: Fix a typoVolker Lendecke2013-01-301-1/+1
* smbd: Fix a typoVolker Lendecke2013-01-301-1/+1
* s3:winbindd: change getpwsid() to return a passwd struct for a group sid id-m...Michael Adam2013-01-291-9/+43
* s3:winbindd: check the correct variable for talloc success in rpc_query_user()Michael Adam2013-01-291-1/+1
* s3:winbindd:getgrnam: also produce a group struct for a user with ID_TYPE_BOTHMichael Adam2013-01-291-2/+13
* s3:winbindd: create group structs for gids that are coming from a user sid id...Michael Adam2013-01-291-0/+49
* s3:winbindd: factor add_wbint_Principal_to_dict() out of wb_group_members_done()Michael Adam2013-01-292-17/+47
* s3:winbindd: fix a cut'n'paste comment typo in wb_fill_pwentMichael Adam2013-01-291-1/+1
* s3:winbindd: rename winbindd_getgrnam_lookupsid_done to winbindd_getgrnam_loo...Michael Adam2013-01-291-3/+3
* s3:utils/net remove aclmapset commandChristian Ambach2013-01-291-73/+0
* s3:net_idmap_dump support dumping autorid backendChristian Ambach2013-01-291-8/+106
* s3:net_idmap_dump add missing bracesChristian Ambach2013-01-291-1/+2
* s3:net_idmap_dump remove obsolete support for tdb:idmap2.tdb parameterChristian Ambach2013-01-291-6/+2
* s3:net_idmap_dump deal with idmap config * : backend config styleChristian Ambach2013-01-291-6/+13
* Regression test for bug #9571 - Unlink after open causes smbd to panicJeremy Allison2013-01-281-0/+44
* Fix bug #9571 - Unlink after open causes smbd to panic.Pavel Shilovsky2013-01-281-3/+3
* Fix bug #9588 - ACLs are not inherited to directories for DFS shares.Jeremy Allison2013-01-281-0/+13
* smbcontrol: Fix undefined serverid_traverse_read warningVolker Lendecke2013-01-281-0/+1
* smbcontrol: Fix the build with libunwindVolker Lendecke2013-01-281-1/+1
* 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
* 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
* s3-rpcclient: add cmd_spoolss_play_gdi_script_on_printer_ic.Günther Deschner2013-01-241-0/+103
* 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-242-10/+17
* Fix bug #9586 - smbd[29175]: disk_free: sys_popen() failed" message logged in...Jeremy Allison2013-01-241-1/+1
* 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
* s3-winbind: fix the build of idmap_ldap.Günther Deschner2013-01-221-1/+2
* BUG 9474: Downgrade v4 printer driver requests to v3.Günther Deschner2013-01-211-1/+8
* BUG 9574: Fix a possible null pointer dereference in spoolss.Andreas Schneider2013-01-211-1/+2
* Fix warnings with mismatched sizes in arguments to DEBUG statements.Jeremy Allison2013-01-191-8/+8
* printing: Free talloc_stackframe() on all exit pathsAndrew Bartlett2013-01-191-0/+2
* smbtorture: Satisfy a linker dependencyVolker Lendecke2013-01-181-1/+8
* winbind: Handle child requests in a tevent_fdVolker Lendecke2013-01-181-105/+65
* winbind: Introduce "struct child_handler_state"Volker Lendecke2013-01-181-22/+30
* winbind: Use standard tevent_context_initVolker Lendecke2013-01-183-7/+34
* BUG 9378: Add extra attributes for AD printer publishing.David Disseldorp2013-01-181-1/+85
* printing: Remove invalid free from error path.David Disseldorp2013-01-181-1/+0
* Remove locking across the lifetime of the copychunk call.Jeremy Allison2013-01-181-116/+1
* Move copychunk locking to be local to the read/write calls.Jeremy Allison2013-01-181-0/+42
* Add additional copychunk checks.Jeremy Allison2013-01-181-0/+22
* Move handle checking code to copychunk_check_handles().Jeremy Allison2013-01-181-21/+37
* printing: Create default architecture directories on init.Andreas Schneider2013-01-171-0/+59