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
2009-06-20
Add tldap_supports_control
Volker Lendecke
1
-0
/
+11
2009-06-20
Add tldap_entry_has_attrvalue
Volker Lendecke
1
-0
/
+18
2009-06-20
tldap control support
Volker Lendecke
1
-7
/
+122
2009-06-20
Prepare control support
Volker Lendecke
2
-29
/
+46
2009-06-20
Fix empty lines
Volker Lendecke
1
-3
/
+0
2009-06-19
Don't require "Modify property" perms to unjoin bug #6481)
Jim McDonough
1
-0
/
+1
2009-06-19
Add a missing talloc_move() in tldap_search_recv
Volker Lendecke
1
-1
/
+1
2009-06-19
Add tldap_fetch_rootdse
Volker Lendecke
1
-0
/
+131
2009-06-19
Make tevent_req_is_ldap_error public
Volker Lendecke
1
-1
/
+1
2009-06-19
Add tldap_context_[gs]etattr
Volker Lendecke
1
-0
/
+78
2009-06-18
Fix bug 4699: Remove pidfile on clean shutdown
Volker Lendecke
1
-8
/
+18
2009-06-18
Fix resource leak in lib/ldb/tools/ldbmodify.c
Slava Semushin
1
-0
/
+1
2009-06-18
Fix syntax error in lib/ldb/ldb_sqlite3/base160.c
Slava Semushin
1
-1
/
+1
2009-06-16
s3-netapi: Fix Bug #6451: net/libnetapi user rename using wrong access bits.
Günther Deschner
1
-0
/
+2
2009-06-16
s3-netapi: Fix Bug #6305. Correctly prompt for a password when a username was...
Günther Deschner
1
-1
/
+5
2009-06-16
s3-netapi: add NetGetJoinInformation example code.
Günther Deschner
2
-0
/
+110
2009-06-12
Add basic tracing of tldap messages
Volker Lendecke
1
-0
/
+10
2009-06-12
Add debugging facility to tldap, analogous to tevent
Volker Lendecke
1
-0
/
+32
2009-06-12
s3: Call va_end() after all va_start()/va_copy() calls.
Andrew Kroeger
3
-2
/
+3
2009-06-10
Make ctemp async. Fix the test to pass against W2K3.
Jeremy Allison
1
-3
/
+1
2009-06-08
Make open_udp_socket() IPv6 clean. Trying to fix bug #6437 - Unable to join I...
Jeremy Allison
1
-10
/
+25
2009-06-08
Add tlda_add_mod_str
Volker Lendecke
1
-0
/
+17
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-07
Add tldap_pull_uint32
Volker Lendecke
1
-0
/
+12
2009-06-07
Fix syntax of sending a delete request
Volker Lendecke
1
-1
/
+1
2009-06-06
Add some samba-style tldap utility functions
Volker Lendecke
1
-0
/
+351
2009-06-06
Add the early start of an async ldap library
Volker Lendecke
1
-0
/
+1835
2009-06-06
Allow AF_UNIX for open_socket_out
Volker Lendecke
1
-0
/
+4
2009-06-04
s3: map NetBSD's errno on posix open calls for symlinks
Björn Jacke
1
-0
/
+3
2009-06-03
s3: correct check for usleep value boundaries
Björn Jacke
1
-1
/
+1
2009-05-31
Fix some nonempty blank lines
Volker Lendecke
1
-52
/
+50
2009-05-30
Move ads flags mapping to lib/
Volker Lendecke
1
-0
/
+150
2009-05-30
libwbclient: Add async call framework.
Kai Blin
2
-1111
/
+0
2009-05-29
Add smbldap_talloc_single_blob()
Volker Lendecke
1
-6
/
+25
2009-05-29
s3 async wbclient: Change license to LGPLv3+
Volker Lendecke
2
-16
/
+24
2009-05-29
util: move add_gid_to_array_unique to toplevel and add add_uid_to_array_unique.
Günther Deschner
1
-33
/
+0
2009-05-28
Make sid_binstring & friends take a talloc context
Volker Lendecke
3
-12
/
+15
2009-05-28
Add smbldap_pull_sid
Volker Lendecke
1
-0
/
+20
2009-05-27
s3: Allow child processes to exit gracefully if we are out of fds
Marc VanHeyningen
1
-6
/
+6
2009-05-26
Attempt to fix the build on NetBSD
Volker Lendecke
1
-0
/
+6
2009-05-26
Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STAT
Volker Lendecke
4
-260
/
+222
2009-05-25
s3:dbwrap_ctdb: fix some function header comments
Michael Adam
1
-3
/
+12
2009-05-24
Don't limit the number of retries in wb_trans.
Volker Lendecke
1
-8
/
+0
2009-05-24
Don't set a timeout deep inside wb_connect
Volker Lendecke
1
-5
/
+0
2009-05-24
Do queueing in wbclient.c
Volker Lendecke
2
-46
/
+59
2009-05-24
Fix closed_fd(): select returning 0 means no fd listening
Volker Lendecke
1
-4
/
+7
2009-05-24
Fix wb_simple_trans queueing
Volker Lendecke
1
-16
/
+3
2009-05-24
Add "err_on_readability" to writev_send
Volker Lendecke
1
-2
/
+2
2009-05-19
Fix wb_trans_done after conversion to unix calling conventions
Volker Lendecke
1
-2
/
+2
[prev]
[next]