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
/
util_str.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-12-21
Remove next_token_nr_talloc and its associated global
Volker Lendecke
1
-77
/
+0
2007-12-07
Remove next_token - all uses must now be next_token_talloc.
Jeremy Allison
1
-94
/
+16
2007-12-07
Don't build rpctorture anymore - not maintained. Just remove.
Jeremy Allison
1
-27
/
+0
2007-12-07
Remove pstrings completely except for smbctool (what does this do ?).
Jeremy Allison
1
-16
/
+1
2007-12-05
Remove some globals
Volker Lendecke
1
-23
/
+50
2007-12-04
Ok, down to just the client/*.c code now.
Jeremy Allison
1
-5
/
+0
2007-12-04
Remove tok pstring from util_str.c
Jeremy Allison
1
-2
/
+8
2007-12-03
Make strhex_to_str clear on string limits. Remove pstring from web/*.c
Jeremy Allison
1
-5
/
+9
2007-11-30
Fix restart after length count.
Jeremy Allison
1
-1
/
+6
2007-11-30
Add talloc versions of all the next_token() functions.
Jeremy Allison
1
-3
/
+102
2007-11-19
Remove more pstring. Unify talloc_sub functions to make
Jeremy Allison
1
-89
/
+41
2007-11-14
Remove smbldap_get_single_pstring() and all pstrings
Jeremy Allison
1
-4
/
+22
2007-11-12
Remove all pstrings from smbd/chgpasswd.c.
Jeremy Allison
1
-20
/
+44
2007-11-09
Make base64_encode_data_blob return a talloced string
Volker Lendecke
1
-1
/
+2
2007-11-05
Remove unnecessary code
Volker Lendecke
1
-6
/
+1
2007-10-25
Fix bug in writing names into gencache
Jeremy Allison
1
-3
/
+4
2007-10-24
This is a large patch (sorry). Migrate from struct in_addr
Jeremy Allison
1
-23
/
+60
2007-10-17
Reformatting fix for new coding guidelines. BOOL ->bool.
Jeremy Allison
1
-264
/
+320
2007-10-10
[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.
Gerald (Jerry) Carter
1
-1
/
+0
2007-10-10
r25184: Fix some C++ warnings and an uninitialized variable
Volker Lendecke
1
-1
/
+1
2007-10-10
r25138: More pstring elimination. Add a TALLOC_CTX parameter
Jeremy Allison
1
-3
/
+8
2007-10-10
r25121: Remove pstring limits from much of our string handling function.
Jeremy Allison
1
-54
/
+174
2007-10-10
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
1
-1
/
+1
2007-10-10
r23518: Remove the silly assumption that string_replace requires a pstring.
Volker Lendecke
1
-19
/
+44
2007-10-10
r23356: We missed to add the 'c' character to the list of valid ones for
Simo Sorce
1
-1
/
+1
2007-10-10
r22852: merge fixes for CVE-2007-2446 and CVE-2007-2447 to all branches
Gerald Carter
1
-0
/
+163
2007-10-10
r22045: As Volker noticed, skip_string's last argument is
Jeremy Allison
1
-15
/
+11
2007-10-10
r22014: Make us pass RANDOMIPC test again :-(. This is an ugly check-in,
Jeremy Allison
1
-4
/
+32
2007-10-10
r20208: Change sprintf_append() never to use malloc,
Jeremy Allison
1
-15
/
+3
2007-10-10
r20090: Fix a class of bugs found by James Peach. Ensure
Jeremy Allison
1
-1
/
+3
2007-10-10
r19786: My last checkin to winreg_StringBuf killed rpccli_winreg_EnumKeys aga...
Volker Lendecke
1
-0
/
+18
2007-10-10
r18787: Fix the strlen_m and strlen_m_term code by merging
Jeremy Allison
1
-0
/
+52
2007-10-10
r18652: libreplace has replacements for strndup and strnlen
Stefan Metzmacher
1
-43
/
+0
2007-10-10
r17866: Fix possible null deref - found by Stanford checker.
Jeremy Allison
1
-1
/
+1
2007-10-10
r17862: Fix possible NULL deref (like rev 17861) found by the
Jeremy Allison
1
-1
/
+3
2007-10-10
r17316: More C++ warnings -- 456 left
Volker Lendecke
1
-7
/
+8
2007-10-10
r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
Jeremy Allison
1
-2
/
+120
2007-10-10
r16595: Klocwork #2067. Fix possible memleak on error exit.
Jeremy Allison
1
-0
/
+3
2007-10-10
r16554: Sorry, just had to change this. Don't use int when
Jeremy Allison
1
-3
/
+5
2007-10-10
r16552: Fix bug 3849.
Derrell Lipman
1
-7
/
+35
2007-10-10
r16375: Klocwork #1670.
Jeremy Allison
1
-2
/
+8
2007-10-10
r15305: Let winbind search by sid directly (or in windows terms: "bind to a
Günther Deschner
1
-1
/
+17
2007-10-10
r15003: patch based on code from Arkady Glabek <aglabek@centeris.com> to ensu...
Gerald Carter
1
-9
/
+3
2007-10-10
r13975: Re-fix Coverity #156 - I had left the hidden arg. inconsistent
Jeremy Allison
1
-1
/
+2
2007-10-10
r13915: Fixed a very interesting class of realloc() bugs found by Coverity.
Jeremy Allison
1
-15
/
+19
2007-10-10
r13622: Allow to rename machine accounts in a Samba Domain. This still uses the
Günther Deschner
1
-3
/
+8
2007-10-10
r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()
Gerald Carter
1
-5
/
+5
2007-10-10
r13393: Do not initialize the lp_svcctl_list() value since it is handled
Gerald Carter
1
-0
/
+3
2007-10-10
r13316: Let the carnage begin....
Gerald Carter
1
-12
/
+87
[next]