index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make check_dos_char static
Volker Lendecke
2007-12-16
1
-1
/
+1
*
Remove a static fstring
Volker Lendecke
2007-12-16
1
-12
/
+20
*
Cope with valgrind > 3.2.x.
Jeremy Allison
2007-12-15
1
-0
/
+4
*
s/sid_to_string/sid_to_fstring/
Volker Lendecke
2007-12-15
5
-8
/
+8
*
Use dom_sid_string for sid_string_talloc
Volker Lendecke
2007-12-15
1
-29
/
+12
*
sid_string_static is no more :-)
Volker Lendecke
2007-12-15
1
-11
/
+8
*
Replace sid_string_static with sid_to_string
Volker Lendecke
2007-12-15
2
-5
/
+6
*
Replace sid_string_static by sid_string_dbg in DEBUGs
Volker Lendecke
2007-12-15
5
-36
/
+30
*
Add sid_string_dbg
Volker Lendecke
2007-12-15
1
-0
/
+5
*
Add debug_ctx according to an idea by Tridge
Volker Lendecke
2007-12-15
1
-0
/
+14
*
add sid_string_talloc
Volker Lendecke
2007-12-15
1
-2
/
+10
*
add POPT_COMMON_CONFIGFILE which only provides --configfile (not -s)
Stefan Metzmacher
2007-12-14
1
-0
/
+6
*
debug: fix crash bug when DEBUG() is used before setup_logging()
Stefan Metzmacher
2007-12-14
1
-0
/
+4
*
Add split_domain_user() (not to mix with winbind variants).
Günther Deschner
2007-12-12
1
-0
/
+24
*
Add patches for bug #4866 from jiri sasek - Sun Microsystems - Prague Czech R...
Jeremy Allison
2007-12-11
2
-0
/
+14
*
Remove the char[1024] strings from dynconfig. Replace
Jeremy Allison
2007-12-10
5
-24
/
+24
*
dbwrap_rbt
Volker Lendecke
2007-12-10
1
-0
/
+303
*
Make the Linux rbtrees compile within Samba
Volker Lendecke
2007-12-10
1
-16
/
+41
*
Add rbtree.[ch] from the Linux kernel
Volker Lendecke
2007-12-10
1
-0
/
+397
*
Add db_tdb_fetch
Volker Lendecke
2007-12-10
1
-0
/
+27
*
Add dbwrap bystring service routines
Volker Lendecke
2007-12-10
1
-0
/
+42
*
Many systems don't have sa_len as part of struct sockaddr.
Jeremy Allison
2007-12-09
1
-1
/
+1
*
Choose a better default for sockaddr length.
James Peach
2007-12-09
1
-1
/
+1
*
Fix connect(2) callers to use correct sockaddr size.
James Peach
2007-12-09
4
-7
/
+26
*
Remove next_token - all uses must now be next_token_talloc.
Jeremy Allison
2007-12-07
3
-98
/
+22
*
We don't need P_GSTRING or P_UGSTRING anymore.
Jeremy Allison
2007-12-07
1
-1
/
+1
*
Don't build rpctorture anymore - not maintained. Just remove.
Jeremy Allison
2007-12-07
3
-35
/
+17
*
Remove pstrings completely except for smbctool (what does this do ?).
Jeremy Allison
2007-12-07
2
-24
/
+9
*
*Really* fix the no password -N opt :-).
Jeremy Allison
2007-12-06
2
-8
/
+1
*
Fix the '-N' option.
Jeremy Allison
2007-12-06
1
-1
/
+1
*
Get closer to building with smbmount. Move parameter line changes
Jeremy Allison
2007-12-06
2
-80
/
+131
*
Make cmdline_auth_info private to lib/popt_common.c. Provide
Jeremy Allison
2007-12-06
1
-14
/
+4
*
Remove pstrings from client/client.c by doing a large rewrite.
Jeremy Allison
2007-12-06
4
-82
/
+136
*
Compile fix to the automount support. Patch from GlaDiaC.
Gerald (Jerry) Carter
2007-12-05
1
-1
/
+1
*
Remove some globals
Volker Lendecke
2007-12-05
1
-23
/
+50
*
Make share_info_db_init static
Volker Lendecke
2007-12-05
1
-1
/
+1
*
Remove a static, and "signal_received" needs to be sig_atomic_t
Volker Lendecke
2007-12-05
1
-15
/
+18
*
Ok, down to just the client/*.c code now.
Jeremy Allison
2007-12-04
1
-5
/
+0
*
Remove pstring from automount lookups. Remove premature optimization.
Jeremy Allison
2007-12-04
2
-72
/
+60
*
Remove tok pstring from util_str.c
Jeremy Allison
2007-12-04
1
-2
/
+8
*
pull_ascii_pstring is gone.
Jeremy Allison
2007-12-04
1
-6
/
+0
*
Allow STR_TERMINATE and -1 src_len for pull_ucs2_base_talloc().
Jeremy Allison
2007-12-04
1
-1
/
+7
*
Make strhex_to_str clear on string limits. Remove pstring from web/*.c
Jeremy Allison
2007-12-03
1
-5
/
+9
*
Change tdb_unpack "P" to return a malloc'ed string rather
Jeremy Allison
2007-12-03
1
-10
/
+9
*
Fix wkssvc callers.
Günther Deschner
2007-12-03
1
-6
/
+3
*
Remove workaround for broken capabilites.h from lib/system.c - now in lib/rep...
Michael Adam
2007-12-03
1
-18
/
+0
*
Reformat configure checks for broken capabilities.h.
Michael Adam
2007-12-03
1
-16
/
+24
*
Move check for broken system capabilites.h headers to lib/replace.
Michael Adam
2007-12-03
1
-0
/
+30
*
Add check for ppc statfs.h header to workaround for broken capabilities.h.
Michael Adam
2007-12-03
1
-1
/
+3
*
Fix some bogus uninitialized variable warnings
Volker Lendecke
2007-12-02
1
-2
/
+2
[next]