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
...
*
|
Fix bug #184; set max_pw_age in account_pol to -1 so the default is never to ...
Gerald Carter
2003-07-25
1
-1
/
+1
*
|
fix user_in_list to work with winbind groups again; my bug
Gerald Carter
2003-07-25
1
-1
/
+1
*
|
More printf portability fixes. Got caught out by some gcc'isms last
Tim Potter
2003-07-25
3
-5
/
+5
*
|
More printf fixes - size_t is long on some architectures.
Tim Potter
2003-07-24
3
-3
/
+3
*
|
Ensure a prototype is generated for smb_snprintf()
Tim Potter
2003-07-23
1
-1
/
+1
*
|
convert snprintf() calls using pstrings & fstrings
Gerald Carter
2003-07-23
3
-4
/
+4
*
|
A fix for bug 174. I'm pushing this to the tree to test it on one of
Tim Potter
2003-07-23
1
-4
/
+2
*
|
Fixup a bunch of printf-style functions and debugs to use unsigned long when
Tim Potter
2003-07-22
1
-1
/
+1
*
|
Replace the eight (!) copies of dummy become/unbecome root with a single one.
Tim Potter
2003-07-22
1
-0
/
+33
*
|
Fix StrCaseCmp() to avoid calling smb_panic() on invalid multibyte strings.
Andrew Bartlett
2003-07-19
1
-11
/
+24
*
|
Disconnect an idle LDAP connection after 150 seconds.
Volker Lendecke
2003-07-17
1
-1
/
+43
*
|
Add API framework for server SMB signing.
Jeremy Allison
2003-07-16
1
-82
/
+100
*
|
Volker's patch for open_socket_out() to speed up connections
Gerald Carter
2003-07-16
1
-3
/
+8
*
|
Fix memleak
Volker Lendecke
2003-07-15
1
-1
/
+3
*
|
Jeremy requested that I get my NTLMSSP patch into CVS. He didn't request
Andrew Bartlett
2003-07-14
1
-0
/
+11
*
|
Undo 'Fix compiler warning'. It didn't work because the value of inbuf chang...
Tim Potter
2003-07-14
1
-21
/
+11
*
|
Fix compiler warning.
Rafal Szczesniak
2003-07-13
1
-11
/
+21
*
|
moving more code around.
Gerald Carter
2003-07-11
1
-0
/
+148
*
|
Add const
Volker Lendecke
2003-07-10
1
-1
/
+1
*
|
and so it begins....
Gerald Carter
2003-07-07
2
-3
/
+3
*
|
Fixes to our LDAP/vampire codepaths:
Andrew Bartlett
2003-07-05
1
-0
/
+4
*
|
This patch cleans up some of our ldap code, for better behaviour:
Andrew Bartlett
2003-07-04
1
-1
/
+37
*
|
Removed strupper/strlower macros that automatically map to strupper_m/strlowe...
Jeremy Allison
2003-07-03
5
-24
/
+24
*
|
Added fix for Japanese case names in statcache - these can change
Jeremy Allison
2003-07-02
2
-2
/
+49
*
|
Fix poptOption definition for --no-pass and --kerberos options. The 'value'
Tim Potter
2003-07-02
1
-2
/
+2
*
|
Different fix for memleak just committed. This belongs into
Volker Lendecke
2003-07-01
1
-2
/
+0
*
|
Fix two memory leaks. tdb_search_keys allocates space for the key
Volker Lendecke
2003-07-01
1
-0
/
+2
*
|
Fix a segfault found by metze & valgrind...
Volker Lendecke
2003-07-01
1
-3
/
+5
*
|
* fix the trustdom_cache to work when winbindd is not running.
Gerald Carter
2003-07-01
1
-0
/
+21
*
|
fix for platforms that don't have unsetenv().
Gerald Carter
2003-06-30
1
-2
/
+2
*
|
- added LOCALE patch from vorlon@debian.org (Steve Langasek) (bug #122)
Andrew Tridgell
2003-06-30
1
-0
/
+24
*
|
Here's the code to make winbindd work on a Samba DC
Gerald Carter
2003-06-29
1
-3
/
+21
*
|
large change:
Gerald Carter
2003-06-25
3
-26
/
+54
*
|
Patch to move functions directly from pdb_ldap.c into lib/smbldap.c
Andrew Bartlett
2003-06-25
1
-4
/
+729
*
|
* set domain->last_status = NT_STATUS_SERVER_DISABLED on an ads_connect() fai...
Gerald Carter
2003-06-23
1
-6
/
+7
*
|
merge of the netsamlogon caching code from APPLIANCE_HEAD
Gerald Carter
2003-06-21
1
-23
/
+46
*
|
This patch works towards to goal of common code shared between idmap_ldap
Andrew Bartlett
2003-06-21
1
-1
/
+2
*
|
Const fixes by metze
Volker Lendecke
2003-06-17
2
-6
/
+6
*
|
reverted locale patch put in by jht (originally from vorlon).
Andrew Tridgell
2003-06-16
1
-37
/
+0
*
|
Patch from vorlon@debian.org, see bugzilal #122
John Terpstra
2003-06-15
1
-0
/
+37
*
|
Rename some uuid functions so as not to conflict with system
Tim Potter
2003-06-13
1
-3
/
+3
*
|
applied patch from bug#140
Andrew Tridgell
2003-06-09
1
-1
/
+2
*
|
* break out more common code used between pdb_ldap and idmap_ldap
Gerald Carter
2003-06-06
1
-6
/
+93
*
|
Fix for valgrind - when doing a srvstr_push we must zero fill
Jeremy Allison
2003-06-06
1
-0
/
+13
*
|
Use filedes as first argument to fsetxattr, not the undefined variable 'path'...
Jelmer Vernooij
2003-06-06
1
-1
/
+1
*
|
- the 8.3 name in BOTH_DIRECTORY_INFO is supposed to be always unicode
Andrew Tridgell
2003-06-06
1
-1
/
+1
*
|
Get ready for EA code... Add Linux interface.
Jeremy Allison
2003-06-05
1
-0
/
+125
*
|
working draft of the idmap_ldap code.
Gerald Carter
2003-06-05
1
-0
/
+259
*
|
Remove module_path_get_name() - it's not used anywhere anymore and was a bad ...
Jelmer Vernooij
2003-05-30
1
-23
/
+0
*
|
Get the events API right. Patch from metze with some minor modifications.
Jelmer Vernooij
2003-05-29
1
-51
/
+103
[prev]
[next]