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
2011-03-25
s3-string: removed the conv_silent global
Andrew Tridgell
1
-29
/
+17
2011-03-25
s3-string: removed last use of conv_silent
Andrew Tridgell
1
-31
/
+11
2011-03-25
s3-charcnv Add convert_string_error()
Andrew Bartlett
1
-18
/
+71
2011-03-25
unistr: moved some UCS2 macros into util_unistr
Andrew Tridgell
1
-0
/
+9
2011-03-25
s3-string: sec_len==-1 support is no longer needed
Andrew Tridgell
1
-41
/
+20
2011-03-25
s3-lib: make pull_ucs2_base_talloc static
Andrew Tridgell
1
-6
/
+6
2011-03-25
s3-string: moved fstring functions into their own file
Andrew Tridgell
2
-105
/
+131
2011-03-25
s3:dbwrap_ctdb: fix non-locked fetch on persistent db's causing corruption
Michael Adam
1
-2
/
+34
2011-03-24
s3-charcnv: remove unused labels.
Günther Deschner
1
-6
/
+0
2011-03-24
s3-netapi: use cli_get_session_key() in netapi.
Günther Deschner
2
-6
/
+53
2011-03-24
Fix is_myname_or_ipaddr() to be robust against strange DNS setups.
Jeremy Allison
1
-30
/
+56
2011-03-24
charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_s...
Andrew Tridgell
5
-210
/
+33
2011-03-23
s3: Fix a shadowed declaration warning
Volker Lendecke
1
-3
/
+3
2011-03-23
s3: Include prctl where it is actually used
Volker Lendecke
1
-0
/
+4
2011-03-23
s3: Attempt to fix the build on FreeBSD
Volker Lendecke
1
-0
/
+4
2011-03-23
lib/util: Merge basic string length and comparison functions
Andrew Bartlett
1
-292
/
+0
2011-03-23
s3-lib prepare Samba3 to use common codepoint based string functions
Andrew Bartlett
1
-108
/
+82
2011-03-23
s3-safe_str: Futher simplify the macros by removing indirection
Andrew Bartlett
1
-5
/
+5
2011-03-23
s3-lib Remove the clobber_region() code.
Andrew Bartlett
5
-197
/
+37
2011-03-23
fault: get fault.c ready for use by s4
Andrew Tridgell
2
-1
/
+333
2011-03-23
fault: moved s3 fault.c to top level
Andrew Tridgell
1
-381
/
+0
2011-03-22
s3-fault: removed the cont_fn from fault_setup()
Andrew Tridgell
1
-17
/
+2
2011-03-20
s3: Fix early tldap_search cancels
Volker Lendecke
1
-1
/
+1
2011-03-19
s3: use getgrset() when it is available
Christian Ambach
1
-2
/
+57
2011-03-19
s3-build: use HAVE_ADS define in some more places.
Günther Deschner
1
-1
/
+1
2011-03-17
s3-username: rename static getpwnam_alloc to getpwnam_alloc_cached.
Günther Deschner
1
-5
/
+5
2011-03-16
s3-build: only include asn1 headers where actually needed.
Günther Deschner
2
-0
/
+2
2011-03-16
s3: Fix Coverity ID 2231, REVERSE_INULL
Volker Lendecke
1
-2
/
+3
2011-03-16
s3-packet: only include packet.h where needed.
Günther Deschner
2
-0
/
+2
2011-03-16
s3-interfaces: only include interfaces.h where needed.
Günther Deschner
4
-0
/
+4
2011-03-16
s3-build: stop including ldap and lber headers everywhere in the code.
Günther Deschner
1
-0
/
+1
2011-03-16
s3: Use jenkins hash for str_checksum, fix bug 8010
Volker Lendecke
1
-11
/
+2
2011-03-15
s3: Remove some unused code
Volker Lendecke
1
-41
/
+0
2011-03-15
s3: "hex_encode" does the same as "binary_string"
Volker Lendecke
1
-1
/
+1
2011-03-14
Fix bug #8005 - smbtorture4 BASE-TCONDEV fails when tested on Samba
Jeremy Allison
1
-2
/
+6
2011-03-14
s3: Change tldap_entry_attributes to the "array,count" convention
Volker Lendecke
2
-3
/
+4
2011-03-10
Quite some callers of sid_split_rid do not care about the rid
Volker Lendecke
1
-2
/
+1
2011-03-09
s3-smbd: Increase debug level von context messages.
Andreas Schneider
1
-1
/
+1
2011-03-03
s3: Use dom_sid_string_buf in sid_to_fstring
Volker Lendecke
1
-3
/
+1
2011-03-02
s3-libds: use already existing ../libds/common/flag_mapping.h header.
Günther Deschner
1
-0
/
+1
2011-03-02
s3:idmap_cache: remove an leftover wip comment
Michael Adam
1
-1
/
+1
2011-03-02
s3: adjust loglevel for idmap_cache
Gregor Beck
1
-10
/
+10
2011-03-02
s3-sessionid: avoid global include of sessionid.h
Günther Deschner
1
-0
/
+1
2011-03-02
s3-server_id: only include server_id where needed.
Günther Deschner
1
-0
/
+1
2011-03-01
lib/util: new merged debug system
Andrew Bartlett
1
-1118
/
+0
2011-03-01
s3-debug Always use C99 true/false rather than True and False
Andrew Bartlett
1
-29
/
+29
2011-03-01
lib/util/time: Merge time functions from source3/lib/time.c
Andrew Bartlett
1
-63
/
+0
2011-02-28
s3-rpc_client: Move client pipe functions to own header.
Andreas Schneider
2
-0
/
+2
2011-02-28
s3: Eliminate sys_select_intr from read_fd_with_timeout
Volker Lendecke
1
-12
/
+7
2011-02-28
s3: Add poll_intr_one_fd
Volker Lendecke
1
-0
/
+17
[prev]
[next]