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
path:
root
/
source3
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r21987: split tdb_prs_*() functions in version which take a keystr and a TDB_...
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r21976: make use of tdb_*_bystring() and string_term_tdb_data() in lib/
Stefan Metzmacher
2
-25
/
+13
2007-10-10
r21972: - add string_term_tdb_data() it creates a null-terminates tdb key fro...
Stefan Metzmacher
1
-23
/
+32
2007-10-10
r21960: Fix bugs 4463,4464,4465,4466. Thanks Jason :-)
Volker Lendecke
1
-13
/
+0
2007-10-10
r21953: One format fix, clarify a condition that the IBM
Jeremy Allison
1
-1
/
+1
2007-10-10
r21944: move acl header checks to the correct place only
Stefan Metzmacher
1
-1
/
+2
2007-10-10
r21934: fix the build sorry
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r21931: include acl/libacl.h is present
Stefan Metzmacher
1
-0
/
+4
2007-10-10
r21922: Fixed the build by rather horrid means. I really need
Jeremy Allison
1
-28
/
+29
2007-10-10
r21897: Add in a basic raw NTLM encrypt request. Now
Jeremy Allison
1
-0
/
+5
2007-10-10
r21882: The server part of the code has to use an AUTH_NTLMSSP struct,
Jeremy Allison
1
-0
/
+15
2007-10-10
r21880: Make client and server calls into encryption code symetrical,
Jeremy Allison
1
-2
/
+2
2007-10-10
r21876: Start adding in the seal implementation - prototype code
Jeremy Allison
1
-3
/
+6
2007-10-10
r21868: Remove check_log_size from the central smbd processing loop. This can...
Volker Lendecke
1
-8
/
+5
2007-10-10
r21865: Add in the stubs for SMB transport encryption. Will flesh
Jeremy Allison
1
-1
/
+22
2007-10-10
r21854: Add gfree_interfaces() to gfree_all().
Günther Deschner
2
-0
/
+13
2007-10-10
r21825: add debug prefix timestamp to allow "short timestamps" to be
Herb Lewis
1
-2
/
+8
2007-10-10
r21800: Check-in the DFS rewrite. I am still testing this but it
Jeremy Allison
1
-0
/
+3
2007-10-10
r21785: Avoid an unnecessary gettimeofday() call
Volker Lendecke
1
-1
/
+1
2007-10-10
r21784: Replace smb_register_idle_event() with event_add_timed(). This fixes ...
Volker Lendecke
2
-98
/
+34
2007-10-10
r21768: Fix the client dfs code such that smbclient can
Jeremy Allison
1
-1
/
+14
2007-10-10
r21725: Fix for memalign used without test guards. Was
Jeremy Allison
2
-22
/
+22
2007-10-10
r21723: Make use of the per-hashchain "freelists"
Volker Lendecke
1
-0
/
+3
2007-10-10
r21714: Change the VFS interface to use struct timespec
Jeremy Allison
1
-31
/
+113
2007-10-10
r21637: Get "password never expires" account policy working.
Jim McDonough
1
-3
/
+9
2007-10-10
r21606: Implement escaping function for ldap RDN values
Simo Sorce
2
-5
/
+86
2007-10-10
r21560: Convert name_to_fqdn to BOOL.
Günther Deschner
1
-3
/
+6
2007-10-10
r21526: Fix stray character in sys_memalign() that is only
Gerald Carter
1
-1
/
+1
2007-10-10
r21525: Go ahead and checkin the mlock() & memalign() fixes so
Gerald Carter
2
-0
/
+49
2007-10-10
r21388: Merge support for providing replacement system headers.
Jelmer Vernooij
3
-1
/
+17
2007-10-10
r21312: merge from SAMBA_4_0:
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r21264: LDAP_OPT_ERROR_NUMBER seems more portable than LDAP_OPT_RESULT_CODE
Volker Lendecke
1
-5
/
+5
2007-10-10
r21263: getpeername() returning -1 is not a reliable indication if a TCP conn...
Volker Lendecke
1
-15
/
+70
2007-10-10
r21262: Final part of BUG 4093: fix %a with Windows XP 64bit
Gerald Carter
1
-1
/
+4
2007-10-10
r21257: Better fix for bug #4188 :
Jeremy Allison
1
-13
/
+4
2007-10-10
r21250: Partial fix for BUG 4093: Make %a expand to "Vista"
Gerald Carter
1
-0
/
+3
2007-10-10
r21176: merged va_end() changes from Samba4
Andrew Tridgell
2
-8
/
+15
2007-10-10
r21115: notify_internal.c needs to remove the table entry if a process has cr...
Volker Lendecke
1
-38
/
+62
2007-10-10
r21084: Make the Samba4 files compile in Samba3, not activated yet.
Volker Lendecke
1
-0
/
+13
2007-10-10
r21081: Add forgotten function
Volker Lendecke
1
-0
/
+11
2007-10-10
r21076: Two pieces of infrastructure from Samba4: An API-compatible messaging...
Volker Lendecke
2
-0
/
+219
2007-10-10
r21064: The core of this patch is
Volker Lendecke
4
-16
/
+28
2007-10-10
r21060: Start refactoring out the non-return case statements
Jeremy Allison
1
-8
/
+8
2007-10-10
r21005: Add a debug message for EAGAIN error of setresuid.
Volker Lendecke
1
-1
/
+7
2007-10-10
r20916: Add in the delete on close final fix - but only enabled
Jeremy Allison
1
-0
/
+4
2007-10-10
r20913: Fix the build.
Jeremy Allison
1
-3
/
+4
2007-10-10
r20912: Ensure the list always remains sorted even when
Jeremy Allison
1
-17
/
+29
2007-10-10
r20873: Some correctness fixes w.r.t. Samba4 torture BASE-DELETE.
Jeremy Allison
1
-0
/
+16
2007-10-10
r20846: Before this gets out of control...
Volker Lendecke
1
-22
/
+197
2007-10-10
r20838: Small fix from Jiri.Sasek@Sun.COM to fix null
Jeremy Allison
1
-2
/
+3
[next]