summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij2013-03-02118-31388/+5
* build: Rename samba_python waf node to avoid duplicate nameAndrew Bartlett2013-03-021-1/+1
* s4:lib/events: make use of samba_tevent_set_debug()Stefan Metzmacher2013-02-281-35/+1
* s4:pyregistry: make use of samba_tevent_context_init()Stefan Metzmacher2013-02-281-1/+1
* s4:pygensec: make use of samba_tevent_context_init()Stefan Metzmacher2013-02-281-1/+1
* s4:winbindd: fix spacing and line length in cmd_getpwnam_recv_domain()Michael Adam2013-02-281-1/+2
* s4:winbindd: do not drop the workgroup name in the getgrgid callMichael Adam2013-02-271-1/+11
* s4:winbindd: do not drop the workgroup name in the getgrnam and getgrent calls.Michael Adam2013-02-271-1/+11
* s4-lib: Don't leak plugin handle on error.Andreas Schneider2013-02-221-0/+1
* s4-policy: Fix memory leaks in push_recursive().Andreas Schneider2013-02-221-14/+26
* s4-cifsdd: Don't leak memory.Andreas Schneider2013-02-221-0/+6
* s4-registry: Don't leak file descriptor.Andreas Schneider2013-02-221-2/+1
* s4-registry: Don't leak memory on error.Andreas Schneider2013-02-221-0/+7
* s4-client: Don't leak memory.Andreas Schneider2013-02-221-0/+2
* torture: Don't leak file resource handle in spoolss test.Andreas Schneider2013-02-221-0/+1
* s4-client: Don't leak file descriptor.Andreas Schneider2013-02-221-0/+7
* s4-client: Don't leak resource handle.Andreas Schneider2013-02-221-0/+2
* torture: Make sure we don't overrun the buffer.Andreas Schneider2013-02-221-1/+1
* torture: Fix memcmp of short buffer.Andreas Schneider2013-02-221-2/+2
* torture: Fix array access in spoolss test.Andreas Schneider2013-02-221-2/+2
* s4-libcli: Check return value of smbcli_request_setup().Andreas Schneider2013-02-223-0/+15
* pyauth: Check return value of lpcfg_from_py_object().Andreas Schneider2013-02-221-0/+4
* s4-libcli: Check return code of smbcli_request_setup().Andreas Schneider2013-02-221-0/+3
* s4-libcli: Add null check for ndr functions in rap.Andreas Schneider2013-02-221-0/+8
* torture: Fix samsync domain_name checks.Andreas Schneider2013-02-221-4/+45
* dsdb-descriptor: Avoid segfault copying an SD without an owner or groupAndrew Bartlett2013-02-221-4/+12
* dsdb-descriptor: Spell out security descriptor flags as constantsAndrew Bartlett2013-02-222-2/+2
* torture-drs: Fix comment in replica_sync testAndrew Bartlett2013-02-221-1/+1
* torture-drs: Make the samba4.drs.repl_schema.python emit failures, not errors...Andrew Bartlett2013-02-221-1/+5
* ntdb: switch between secrets.tdb and secrets.ntdb depending on 'use ntdb'Rusty Russell2013-02-204-8/+18
* s4:lib/com: make use of samba_tevent_context_init()Stefan Metzmacher2013-02-191-1/+1
* s4:auth/kerberos: make use of samba_tevent_context_init()Stefan Metzmacher2013-02-191-1/+1
* samba_upgradeprovision: Use tdb_util.tdb_copy not shutil.copy2Andrew Bartlett2013-02-191-13/+17
* samba_upgradeprovision: Do not update privileges.ldb any more (unchanged sinc...Andrew Bartlett2013-02-191-16/+4
* scripting: Make tdb_copy a common util function in samba.tdb_utilAndrew Bartlett2013-02-193-20/+43
* scripting: Make tdb_copy use the python subprocess moduleAndrew Bartlett2013-02-191-7/+9
* samba_upgradeprovision: Remove options to fix FS ACLsAndrew Bartlett2013-02-192-271/+205
* s4:torture: fix segfault in test_durable_open_open2_oplock()Stefan Metzmacher2013-02-181-2/+4
* s4:torture:smb2: fix segfault on error condition in the durable-open.delete_o...Michael Adam2013-02-181-5/+7
* s4:torture:smb2: fix segfault on error condition in the durable-open.delete_o...Michael Adam2013-02-181-5/+7
* s4:torture:smb2: fix segfault on error condition in the durable-open.reopen4 ...Michael Adam2013-02-181-5/+7
* s4:torture:smb2: fix segfault on error condition in the durable-open.reopen3 ...Michael Adam2013-02-181-5/+7
* s4:torture:smb2: fix segfault on error condition in the durable-open.reopen2a...Michael Adam2013-02-181-5/+7
* s4:torture:smb2: fix segfault on error condition in durable-open.reopen2 testMichael Adam2013-02-181-5/+7
* s4:torture:smb2:durable: make test functions staticMichael Adam2013-02-181-40/+40
* s4:torture: add a durable-open-disconnect test (suite)Michael Adam2013-02-182-0/+64
* wb_samba3_cmd.c: Fix typo in comment.Karolin Seeger2013-02-181-1/+1
* brlock_tdb.c: Fix typo in comment.Karolin Seeger2013-02-181-1/+1
* s4-nbt: Ensure source4/ nbt client and server honour 'disable netbios'Andrew Bartlett2013-02-172-2/+11
* Fallback to the internal resolver on EAI_FAIL.Landon Fuller2013-02-171-1/+3