index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2009-06-08
s3-rpcclient: allow to set query size for samr enum calls.
Günther Deschner
1
-16
/
+32
2009-06-08
s3:Makefile.in: use LIBDL as make variable instead of a shell variable
Stefan Metzmacher
1
-1
/
+1
2009-06-08
Fix make test_pam_modules
Timur I. Bakeyev
2
-2
/
+3
2009-06-08
Small fix to SMB_LIBRARY macro
Timur I. Bakeyev
1
-2
/
+2
2009-06-08
SIGRTMIN additions
Timur I. Bakeyev
1
-0
/
+3
2009-06-08
Set SIGRTMIN to NSIG
Timur I. Bakeyev
2
-4
/
+1
2009-06-08
Check for dmalloc at the end of the configure
Timur I. Bakeyev
1
-10
/
+10
2009-06-08
Add langinfo.h to the system/locale.h
Timur I. Bakeyev
2
-1
/
+5
2009-06-08
Make tunable for modulesdir
Timur I. Bakeyev
1
-0
/
+16
2009-06-08
rl_event_hook detection
Timur I. Bakeyev
1
-1
/
+4
2009-06-08
s3-test: finally enable RPC-SAMR against samba3.
Günther Deschner
1
-1
/
+1
2009-06-08
s3-winbindd: workaround alias enumeration in expand_groups().
Günther Deschner
1
-3
/
+16
2009-06-08
s3-selftest: forward NSS_WRAPPER_WINBIND_SO_PATH env to tests.
Günther Deschner
1
-0
/
+4
2009-06-08
test: add NSS_WRAPPER_WINBIND_SO_PATH to make test.
Günther Deschner
1
-1
/
+2
2009-06-08
s3-samr: support _samr_SetGroupInfo level 2.
Günther Deschner
1
-2
/
+2
2009-06-08
s4-smbtorture: exclude oem_information checking for s3 in RPC-SAMR.
Günther Deschner
1
-4
/
+10
2009-06-08
s3-charcnv: always talloc_free in convert_string_talloc() error path.
Günther Deschner
1
-2
/
+1
2009-06-08
s3-charcnv: remove remaining malloc references in convert_string_talloc().
Günther Deschner
1
-2
/
+2
2009-06-08
nss_wrapper: add my copyright.
Günther Deschner
1
-0
/
+1
2009-06-08
Further fix for 6449
Volker Lendecke
1
-1
/
+1
2009-06-08
Fix a valgrind error in "net rap user add"
Volker Lendecke
1
-0
/
+1
2009-06-08
Fix bug 6449
Volker Lendecke
1
-1
/
+1
2009-06-08
replace: add fallback define for IOV_MAX
Stefan Metzmacher
1
-0
/
+16
2009-06-08
talloc: try to fix the source4 build on AIX
Stefan Metzmacher
1
-1
/
+1
2009-06-08
async_sock: try fix the source4 build on FreeBSD, Solaris, SLES8
Stefan Metzmacher
5
-16
/
+15
2009-06-08
Update WHATSNEW for an alpha8 release this week.
Andrew Bartlett
1
-30
/
+11
2009-06-07
Add "net sam createdomaingroup"
Volker Lendecke
1
-0
/
+36
2009-06-07
More pdb_ads stuff
Volker Lendecke
1
-6
/
+108
2009-06-07
Add tldap_pull_uint32
Volker Lendecke
2
-0
/
+14
2009-06-07
mount.cifs: update the mount.cifs manpage
Jeff Layton
1
-50
/
+95
2009-06-07
Make "net sam list" work for groups, aliases and builtins
Volker Lendecke
1
-7
/
+58
2009-06-07
Return full info in pdb_ads_search_users()
Volker Lendecke
1
-5
/
+17
2009-06-07
Fix syntax of sending a delete request
Volker Lendecke
1
-1
/
+1
2009-06-07
req_del and req_abandon are ASN1_APPLICATION_SIMPLE
Volker Lendecke
1
-2
/
+4
2009-06-07
Fix after making tldap independent of ldap.h
Volker Lendecke
1
-21
/
+24
2009-06-07
s3-groupdb: fix enum_aliasmem in ldb branch.
Günther Deschner
1
-1
/
+1
2009-06-07
s3-samr: fix return code of _samr_LookupRids when run with pdb_ldap.
Günther Deschner
1
-0
/
+5
2009-06-07
s3-samr: SetGroupInfo level 1 should not return NT_STATUS_INVALID_INFO_CLASS.
Günther Deschner
1
-3
/
+0
2009-06-06
mount.cifs: properly check for mount being in fstab when running setuid root ...
Jeff Layton
1
-40
/
+162
2009-06-07
s3-samr: fix _QueryDisplayInformation r->out.returned_size.
Günther Deschner
1
-1
/
+1
2009-06-07
s3-samr: remove total_data_size variable in _samr_QueryDisplayInfo.
Günther Deschner
1
-5
/
+2
2009-06-07
s3-samr: let _samr_SetGroupInfo level 3 just pass with success.
Günther Deschner
1
-0
/
+2
2009-06-07
s3-samr: _samr_EnumDomain{Users,Groups} need to return an emtpy array even fo...
Günther Deschner
1
-12
/
+12
2009-06-07
s4-smbtorture: skip samr MultipleMember alias tests for 3 as well as we do al...
Günther Deschner
1
-2
/
+3
2009-06-07
s3-samr: cosmetic fixes for _samr_QueryDisplayInfo.
Günther Deschner
1
-20
/
+18
2009-06-06
testsuite/nsswitch/get{gr,pw}ent_r.c(dump_{gr,pw}ent): fixed wrong condition.
Slava Semushin
2
-2
/
+2
2009-06-06
lib/tdb/tools/tdbtorture.c: fixed memory leak.
Slava Semushin
1
-0
/
+2
2009-06-06
s3/docs: Fix example.
Karolin Seeger
1
-2
/
+2
2009-06-06
Attempt to fix the build without system-ldap.
Volker Lendecke
1
-1
/
+1
2009-06-06
s3/passdb: Fix debug message: 'net setmaxrid' does not exist.
Karolin Seeger
1
-2
/
+2
[next]