index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplify the logic.
Jeremy Allison
2009-10-22
1
-5
/
+2
*
Fix bug 6829 - smbclient does not show special characters properly.
Jeremy Allison
2009-10-22
2
-0
/
+20
*
s3: Remove a pointless #endif/#ifdef pair
Volker Lendecke
2009-10-22
1
-2
/
+0
*
s3:Makefile: add some explicit dependencies to libc
Björn Jacke
2009-10-21
1
-2
/
+2
*
s3-lsa: Fix _lsa_EnumTrustDom() and avoid infite windows client loop.
Günther Deschner
2009-10-21
1
-0
/
+9
*
s3-lsa: make s3 pass against RPC-LSA-LOOKUPNAMES again.
Günther Deschner
2009-10-21
1
-6
/
+7
*
nsswitch: fix the build of the winbind krb5 locator plugin.
Günther Deschner
2009-10-21
1
-1
/
+1
*
Turn on LOCK9 test which will test for regressions in bug 6828.
Jeremy Allison
2009-10-20
2
-2
/
+4
*
Fix bug 6828 - infinite timeout occurs when byte lock held outside of samba
Jeremy Allison
2009-10-20
1
-8
/
+18
*
Fix comments on new test.
Jeremy Allison
2009-10-20
1
-3
/
+3
*
Add local (or NFS) lock test to smbtorture. Checks that local locks
Jeremy Allison
2009-10-20
1
-1
/
+209
*
Fix "make install" by removing all references to python. Not currently
Jeremy Allison
2009-10-20
1
-2
/
+9
*
Remove pythonmods from the build in source3, it doesn't build anyway
Jeremy Allison
2009-10-20
1
-1
/
+1
*
Fix the pam_smbpass.so build with the recent linker flag changes.
Jeremy Allison
2009-10-20
1
-2
/
+2
*
s3-lsa: Fix _lsa_EnumTrustDom().
Günther Deschner
2009-10-20
1
-41
/
+25
*
s3-pdb_ldap: fix crash bug in ldapsam_set_trusteddom_pw().
Günther Deschner
2009-10-20
1
-2
/
+2
*
s3:Makefile: rename LDSHFLAG variables to make meaning more obvious
Björn Jacke
2009-10-20
1
-88
/
+88
*
s3-lsa: Fix _lsa_CreateAccount() for usage of SEC_FLAG_MAXIMUM_ALLOWED.
Günther Deschner
2009-10-20
1
-0
/
+5
*
s3-selftest: enable RPC-LSA-PRIVILEGES against Samba 3.
Günther Deschner
2009-10-20
1
-0
/
+1
*
s3-lsa: Allow to lookup 'NT AUTHORITY\Anonymous Logon' as well.
Günther Deschner
2009-10-20
1
-0
/
+1
*
s3-lsa: allow to lookup BUILTIN\ in lsa_LookupNames.
Günther Deschner
2009-10-20
1
-0
/
+8
*
s3-lsa: When looking up domains in LookupNames, do not strip the sid.
Günther Deschner
2009-10-20
1
-1
/
+5
*
s3-lsa: allow to have NULL strings in lsa LookupName queries.
Günther Deschner
2009-10-20
1
-1
/
+4
*
s3:configure: add support for Solaris' ld -z ignore
Björn Jacke
2009-10-20
1
-11
/
+7
*
s3: make unresolved symbols in libs throw errors
Björn Jacke
2009-10-20
2
-6
/
+30
*
s3: allow using different LDFLAGS for internal libs/plugins
Björn Jacke
2009-10-20
1
-72
/
+80
*
Fix typo.
Karolin Seeger
2009-10-19
3
-4
/
+4
*
s3:configure: fix avahi activation
Björn Jacke
2009-10-18
1
-4
/
+4
*
Fix posix_unlink test. Was doing grep without quotes around the
Jeremy Allison
2009-10-17
1
-3
/
+4
*
Trying to find out why the posix_unlink test build farm is still failing even
Jeremy Allison
2009-10-17
1
-1
/
+1
*
s3:winbind: Move fillup_pw_field() as static to wb_fill_pwent.c
Volker Lendecke
2009-10-17
3
-47
/
+47
*
Add comment explaining about symlink following & posix.
Jeremy Allison
2009-10-16
1
-1
/
+6
*
Last 2 VFS_STAT -> LSTAT fixes I can see in the modules code.
Jeremy Allison
2009-10-16
2
-2
/
+14
*
Fix one missing STAT -> LSTAT with POSIX pathnames in vfs_xattr_tdb.c. Caught...
Jeremy Allison
2009-10-16
2
-1
/
+9
*
s3: build pam_smbpass when possible
Björn Jacke
2009-10-16
1
-20
/
+34
*
s3-netlogon: fix updating trust accout passwords with downlevel domains.
Günther Deschner
2009-10-16
1
-2
/
+2
*
s3:srv_samr_nt - another fix for the reject reason
Matthias Dieter Wallnöfer
2009-10-16
1
-1
/
+1
*
s3-netlogon: Fix _netr_ServerPasswordSet2 cleartext blob handling.
Günther Deschner
2009-10-16
1
-1
/
+4
*
s3: Try to fix the build on Solaris & AIX regarding the password change rejec...
Matthias Dieter Wallnöfer
2009-10-16
1
-1
/
+1
*
s3-libnetapi: add nltest tool.
Günther Deschner
2009-10-16
2
-1
/
+258
*
s3-libnetapi: add I_NetLogonControl{2} example code.
Günther Deschner
2009-10-16
3
-1
/
+303
*
s3-libnetapi: add I_NetLogonControl{2} to public headers.
Günther Deschner
2009-10-16
1
-1
/
+91
*
s3-libnetapi: fill in I_NetLogonControl{2}_r.
Günther Deschner
2009-10-16
1
-2
/
+181
*
s3-libnetapi: add I_NetLogonControl{2} skeleton.
Günther Deschner
2009-10-16
4
-1
/
+174
*
s3-libnetapi: add I_NetLogonControl{2} to IDL.
Günther Deschner
2009-10-16
4
-1
/
+188
*
s3-selftest: enable WINBIND-WBCLIENT against s3.
Günther Deschner
2009-10-16
1
-1
/
+3
*
s3-net: fix build warning (missing default in switch).
Günther Deschner
2009-10-16
1
-0
/
+4
*
Fix valgrind memory leak in bug #6814 - Fixes for problems reported by valgrind
Jeremy Allison
2009-10-15
3
-1
/
+9
*
s3: fixed krb5 build problem on ubuntu karmic
Andrew Tridgell
2009-10-16
2
-0
/
+13
*
s3-spnego: fix memleak in spnego_parse_auth().
Günther Deschner
2009-10-15
1
-1
/
+5
[next]