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-07-17
Fix a typo reading uninitialized memory. Caught by valgrind.
Jeremy Allison
1
-3
/
+1
2009-07-16
Replace more long-lived contexts with talloc_autofree_context().
Jeremy Allison
1
-1
/
+1
2009-07-16
Replace short-lived NULL talloc contexts with talloc_tos().
Jeremy Allison
3
-22
/
+22
2009-07-15
s3:tldap: fix the build - a void function should not return a value
Stefan Metzmacher
1
-3
/
+3
2009-07-15
s3:dbwrap: fix embarrassing typo :-)
Michael Adam
1
-1
/
+1
2009-07-15
s3:dbwrap_util: add my C
Michael Adam
1
-0
/
+1
2009-07-15
s3:dbwrap: add dbwrap_fetch_bystring_upper().
Michael Adam
1
-0
/
+17
2009-07-15
s3:dbwrap: add dbwrap_store_bystring_upper().
Michael Adam
1
-0
/
+17
2009-07-15
s3:dbwrap: add dbwrap_delete_bystring_upper()
Michael Adam
1
-0
/
+16
2009-07-15
s3:dbwrap: add a wrapper dbwrap_trans_do()
Michael Adam
1
-0
/
+33
2009-07-15
s3:lib: map ENOSYS to NT_STATUS_NOT_SUPPORTED instead of NT_STATUS_ACCESS_DENIED
Stefan Metzmacher
1
-0
/
+1
2009-07-15
Consolidate gencache also every 100 writes in a single process
Volker Lendecke
1
-0
/
+14
2009-07-15
Consolidate string and data_blob routines in gencache
Volker Lendecke
1
-138
/
+56
2009-07-15
Make gencache more stable
Volker Lendecke
1
-15
/
+268
2009-07-15
Add tdb_data_cmp
Volker Lendecke
1
-0
/
+19
2009-07-15
Remove gencache_init/shutdown
Volker Lendecke
2
-21
/
+1
2009-07-15
Remove gencache_[un]lock_key
Volker Lendecke
1
-25
/
+0
2009-07-15
TDB_CONTEXT -> "struct tdb_context"
Volker Lendecke
1
-1
/
+1
2009-07-15
Replace ASSERTs in gencache with "return false"
Volker Lendecke
1
-12
/
+18
2009-07-14
s3: allow setting the TCP_QUICKACK socket option
Björn Jacke
1
-0
/
+3
2009-07-14
s3-account_policy: add pdb_policy_type enum.
Günther Deschner
1
-44
/
+44
2009-07-14
s3-account_policy: remove trailing whitespace.
Günther Deschner
1
-32
/
+32
2009-07-13
libds: merge the UF<->ACB flag mapping functions.
Günther Deschner
2
-151
/
+1
2009-07-10
Quieten events and tldap debug messages
Volker Lendecke
1
-1
/
+1
2009-07-10
Fix our base64 implementation for blobs of length 4....
Volker Lendecke
1
-1
/
+1
2009-07-09
Make escape_ldap_string take a talloc context
Volker Lendecke
2
-17
/
+20
2009-07-08
s3: Remove is_ntfs_stream_name() and split_ntfs_stream_name()
Tim Prouty
1
-90
/
+0
2009-07-08
Rename update_stat_ex_writetime() -> update_stat_ex_mtime()
Jeremy Allison
1
-2
/
+2
2009-07-08
The migration to struct stat_ex broke the calculation of
Jeremy Allison
1
-14
/
+58
2009-07-08
When faking a create time, use the full timespec values, not time_t.
Jeremy Allison
1
-61
/
+63
2009-07-04
Add tldap_pull_guid
Volker Lendecke
1
-0
/
+11
2009-07-03
tldap: Do not do a return before we got the search_result
Volker Lendecke
1
-1
/
+0
2009-07-03
Revert "[s3]pidfile_create: use check is_default_dyn_CONFIGFILE() since we ha...
Michael Adam
1
-1
/
+1
2009-07-02
LDB_ERR_INVALID_DN_SYNTAX doesn't exist ...
Andrew Tridgell
1
-1
/
+1
2009-07-01
s3:util: let parent_dirname() correctly return toplevel filenames
Stefan Metzmacher
1
-1
/
+1
2009-06-29
s3:lib/sysquotas: fix usage of SMB_STRUCT_STAT (struct stat_ex).
Michael Adam
1
-3
/
+3
2009-06-29
Fix ndrdump to use a common setup_logging() API
Andrew Bartlett
1
-0
/
+9
2009-06-29
Fix bug 6514: net gives unhelpful "lp_load failed" when it's missing smb.conf
David Markey
1
-1
/
+1
2009-06-28
If the connection is down, don't try another write.
Volker Lendecke
1
-0
/
+17
2009-06-28
Add tldap_search_va
Volker Lendecke
1
-8
/
+20
2009-06-28
tldap_msg_received: Properly free the asn1_struct in case of an error
Volker Lendecke
1
-0
/
+1
2009-06-27
Move read_ldap_done after read_ldap_send
Volker Lendecke
1
-24
/
+25
2009-06-27
Convert tldap to tstream
Volker Lendecke
1
-11
/
+17
2009-06-27
Add tstream_read_packet
Volker Lendecke
1
-0
/
+139
2009-06-27
tldap: Don't fire off more than one read_ldap request during searches
Volker Lendecke
1
-10
/
+22
2009-06-26
Fix some dead code warnings from SUN Studio
Volker Lendecke
2
-4
/
+4
2009-06-20
Add tldap paged searches, together with two helper routines
Volker Lendecke
1
-0
/
+261
2009-06-20
Reorganize retrieving errors and server-sent controls
Volker Lendecke
2
-84
/
+67
2009-06-20
Move asn1_load_nocopy() to lib/util/asn1.c
Volker Lendecke
1
-7
/
+0
2009-06-20
Move asn1_blob() to lib/util/asn1.c
Volker Lendecke
1
-13
/
+0
[next]