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
...
|
*
trying to get HEAD building again. If you want the code
Gerald Carter
2003-07-16
16
-122
/
+470
|
*
Fix the events API. Patch by metze with some minor modifications.
Jelmer Vernooij
2003-05-29
1
-51
/
+103
|
*
Merge of rpcstr_pull() termination fixes from 3.0
Tim Potter
2003-05-28
1
-1
/
+4
|
*
Merge of formatting fixups from 3.0
Tim Potter
2003-05-28
1
-4
/
+9
|
*
Merge of pull_ascii() and pull_ucs2() termination fixes from 3.0
Tim Potter
2003-05-28
1
-0
/
+4
|
*
Fix unused variable warning.
Tim Potter
2003-05-27
1
-1
/
+2
|
*
Merge from 3.0: Fix set_local_machine_name() for both *SMBSERVER and
Tim Potter
2003-05-27
1
-0
/
+11
|
*
Jelmer was really excited about copyrights this year.
Tim Potter
2003-05-27
1
-1
/
+1
|
*
syncing LDAP schema changes with Samba_3_0
Gerald Carter
2003-05-14
1
-9
/
+9
|
*
Move some #ifdefs and function prototypes around to avoid a compiler
Tim Potter
2003-05-14
1
-13
/
+14
|
*
fixed bug #75; add check for non-zero destlen
Gerald Carter
2003-05-08
1
-1
/
+1
|
*
Merge from distcc:
Martin Pool
2003-05-07
1
-2
/
+8
|
*
Add metze's exit and idle event patch
Jelmer Vernooij
2003-05-06
1
-1
/
+106
|
*
Fixed typo introduced when reverting patch from revision 1.19
Tim Potter
2003-05-05
1
-1
/
+1
*
|
Fixed silly typo checking for signal_handler not signal.
Jeremy Allison
2003-10-01
1
-1
/
+1
*
|
Allow ^C to interrupt smbpasswd if using our getpass.
Jeremy Allison
2003-10-01
1
-62
/
+86
*
|
wrap internals of sys_setgroups() so the sys_XX() call can be done unconditio...
Gerald Carter
2003-10-01
2
-4
/
+6
*
|
iconv isn't const safe. Neither should smb_iconv be.
Jeremy Allison
2003-09-27
1
-1
/
+1
*
|
Fix for #480. Change the interface for init_unistr2 to not take a length
Jeremy Allison
2003-09-25
1
-5
/
+7
*
|
This only touches the fake kaserver support. It adds two parameters:
Volker Lendecke
2003-09-23
1
-24
/
+36
*
|
Add a descriptive comment to our usage of setresuid. lib/afs.c needs
Volker Lendecke
2003-09-23
1
-0
/
+4
*
|
fix some warnings found by the Sun C compiler
Gerald Carter
2003-09-22
1
-1
/
+1
*
|
Ensure that dup_sec_desc copies the 'type' field correctly. This caused
Jeremy Allison
2003-09-19
1
-2
/
+2
*
|
Unregister event fix from metze.
Jeremy Allison
2003-09-17
1
-3
/
+6
*
|
Alias charset 646 internally as it is same as ASCII. Should solve Solaris pro...
Alexander Bokovoy
2003-09-15
1
-0
/
+1
*
|
This ldap_value_free() looks like it was part of Jeremy's recent rampage
Tim Potter
2003-09-15
1
-2
/
+0
*
|
I think this is a bugfix that somehow was dropped from the 3.0 tree.
Tim Potter
2003-09-15
1
-0
/
+2
*
|
For some reason testparm runs at debug level 2 which causes the module probe ...
Tim Potter
2003-09-15
1
-1
/
+1
*
|
Fix for MacOS/X which uses STUPID BROKEN UNICODE COMPOSE CHARACTERS !
Jeremy Allison
2003-09-13
2
-27
/
+63
*
|
Fix from Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>. Revered
Jeremy Allison
2003-09-12
1
-1
/
+1
*
|
Still on my mb rampage. Ensure smbldap_make_mod() correctly detects old
Jeremy Allison
2003-09-10
1
-15
/
+13
*
|
Fix a nasty mess, and also bug #296. passdb/pdb_ldap.c was not converting
Jeremy Allison
2003-09-10
1
-0
/
+20
*
|
Fix stupid typo bug causing CPU spin. Spotted by Markus Ungermann <ungermann@...
Jeremy Allison
2003-09-10
1
-0
/
+1
*
|
Fix mb bug in fast path code. strlen_w() returns number of *characters*
Jeremy Allison
2003-09-10
1
-3
/
+3
*
|
Don't double-increment p in hash calculation. Found by valgrind.
Jeremy Allison
2003-09-08
1
-1
/
+1
*
|
Fix valgrind-found read of uninit variable (ensure length is right).
Jeremy Allison
2003-09-08
1
-3
/
+3
*
|
fix compile error on HP-UX 10.20
Gerald Carter
2003-09-08
1
-0
/
+5
*
|
Reformat debug.
Tim Potter
2003-09-08
1
-4
/
+5
*
|
Nobody complained on the team-list, so commit it ...
Volker Lendecke
2003-09-07
1
-0
/
+248
*
|
Use djb-algorithm string hash - faster than the tdb one we used to use.
Jeremy Allison
2003-09-06
1
-8
/
+7
*
|
More cachegrind tuning, plus fix an error message.
Jeremy Allison
2003-09-05
1
-11
/
+32
*
|
More tuning from cachegrind. Change most trim_string() calls to trim_char(0,
Jeremy Allison
2003-09-05
4
-74
/
+81
*
|
fix bug 397: use a variant of alloc_sub_basic() for string lists.
Gerald Carter
2003-09-05
1
-0
/
+30
*
|
Hand optimisatinos for strrchr_m using the properties we know about MB
Jeremy Allison
2003-09-05
1
-11
/
+47
*
|
Fastpath strchr_m for ASCII.
Jeremy Allison
2003-09-04
1
-0
/
+13
*
|
More hand-tuning of the fastpath. Don't do strlen() when we're doing
Jeremy Allison
2003-09-04
1
-12
/
+27
*
|
Remove convert_string_internal completely from fast path when processing
Jeremy Allison
2003-09-04
1
-10
/
+18
*
|
Quieten level 0 debug when probing for modules. We shouldn't display so loud
Tim Potter
2003-09-04
1
-6
/
+22
*
|
Used cachegrind to track down some bottlenecks.
Jeremy Allison
2003-09-04
2
-12
/
+104
*
|
Fix up overlapping memcpy -> memmove found by valgrind.
Jeremy Allison
2003-09-03
1
-1
/
+3
[prev]
[next]