summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2013-01-30smbd: Fix a typoVolker Lendecke1-1/+1
2013-01-30smbd: Fix a typoVolker Lendecke1-1/+1
2013-01-29s3:winbindd: change getpwsid() to return a passwd struct for a group sid id-m...Michael Adam1-9/+43
2013-01-29s3:winbindd: check the correct variable for talloc success in rpc_query_user()Michael Adam1-1/+1
2013-01-29s3:winbindd:getgrnam: also produce a group struct for a user with ID_TYPE_BOTHMichael Adam1-2/+13
2013-01-29s3:winbindd: create group structs for gids that are coming from a user sid id...Michael Adam1-0/+49
2013-01-29s3:winbindd: factor add_wbint_Principal_to_dict() out of wb_group_members_done()Michael Adam2-17/+47
2013-01-29s3:winbindd: fix a cut'n'paste comment typo in wb_fill_pwentMichael Adam1-1/+1
2013-01-29s3:winbindd: rename winbindd_getgrnam_lookupsid_done to winbindd_getgrnam_loo...Michael Adam1-3/+3
2013-01-29s3:utils/net remove aclmapset commandChristian Ambach1-73/+0
2013-01-29s3:net_idmap_dump support dumping autorid backendChristian Ambach1-8/+106
2013-01-29s3:net_idmap_dump add missing bracesChristian Ambach1-1/+2
2013-01-29s3:net_idmap_dump remove obsolete support for tdb:idmap2.tdb parameterChristian Ambach1-6/+2
2013-01-29s3:net_idmap_dump deal with idmap config * : backend config styleChristian Ambach1-6/+13
2013-01-28Regression test for bug #9571 - Unlink after open causes smbd to panicJeremy Allison1-0/+44
2013-01-28Fix bug #9571 - Unlink after open causes smbd to panic.Pavel Shilovsky1-3/+3
2013-01-28Fix bug #9588 - ACLs are not inherited to directories for DFS shares.Jeremy Allison1-0/+13
2013-01-28smbcontrol: Fix undefined serverid_traverse_read warningVolker Lendecke1-0/+1
2013-01-28smbcontrol: Fix the build with libunwindVolker Lendecke1-1/+1
2013-01-25Regression test for bug #9587 - archive flag is always set on directories.Jeremy Allison1-0/+186
2013-01-25Fix bug #9587 - archive flag is always set on directories.Jeremy Allison1-1/+2
2013-01-25Avoid a very small memleak on talloc_tos()Volker Lendecke1-4/+1
2013-01-24Fix bug #9572 - File corruption during SMB1 read by Mac OSX 10.8.2 clients.Jeremy Allison1-2/+30
2013-01-24Revert "s3:smbd: SMB ReadX with size > 0xffff should only possible for samba ...Jeremy Allison1-10/+1
2013-01-24s3-rpcclient: add cmd_spoolss_play_gdi_script_on_printer_ic.Günther Deschner1-0/+103
2013-01-24s3-rpcclient: decode OsVersion{Ex} binary blobs when displaying printerdata.Günther Deschner1-0/+21
2013-01-24s3-spoolss: Make it easier to manipulate the returned OSVersion at runtime.Günther Deschner1-3/+11
2013-01-24spoolss: make spoolss deal with ndr64 StartDocPrinter by using proper contain...Günther Deschner2-10/+17
2013-01-24Fix bug #9586 - smbd[29175]: disk_free: sys_popen() failed" message logged in...Jeremy Allison1-1/+1
2013-01-23smbd: Fix a NULL vs false return errorVolker Lendecke1-1/+1
2013-01-23waf: Fix pdb_ldap which cannot be built as a module.Andreas Schneider1-2/+4
2013-01-22s3-winbind: fix the build of idmap_ldap.Günther Deschner1-1/+2
2013-01-21BUG 9474: Downgrade v4 printer driver requests to v3.Günther Deschner1-1/+8
2013-01-21BUG 9574: Fix a possible null pointer dereference in spoolss.Andreas Schneider1-1/+2
2013-01-19Fix warnings with mismatched sizes in arguments to DEBUG statements.Jeremy Allison1-8/+8
2013-01-19printing: Free talloc_stackframe() on all exit pathsAndrew Bartlett1-0/+2
2013-01-18smbtorture: Satisfy a linker dependencyVolker Lendecke1-1/+8
2013-01-18winbind: Handle child requests in a tevent_fdVolker Lendecke1-105/+65
2013-01-18winbind: Introduce "struct child_handler_state"Volker Lendecke1-22/+30
2013-01-18winbind: Use standard tevent_context_initVolker Lendecke3-7/+34
2013-01-18BUG 9378: Add extra attributes for AD printer publishing.David Disseldorp1-1/+85
2013-01-18printing: Remove invalid free from error path.David Disseldorp1-1/+0
2013-01-18Remove locking across the lifetime of the copychunk call.Jeremy Allison1-116/+1
2013-01-18Move copychunk locking to be local to the read/write calls.Jeremy Allison1-0/+42
2013-01-18Add additional copychunk checks.Jeremy Allison1-0/+22
2013-01-18Move handle checking code to copychunk_check_handles().Jeremy Allison1-21/+37
2013-01-17printing: Create default architecture directories on init.Andreas Schneider1-0/+59
2013-01-17s3-spoolss: use configurable spoolss architecture in compose_spoolss_server_p...Günther Deschner1-1/+5
2013-01-17spoolss: make spoolss deal with ndr64 SetForm by using proper container object.Günther Deschner2-5/+14
2013-01-17spoolss: make spoolss deal with ndr64 AddForm by using proper container object.Günther Deschner3-12/+20