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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Remove duplicate comment.
Andrew Bartlett
2004-01-14
1
-2
/
+0
*
Finish adding cracklib support - this adds the configure test to enable
Andrew Bartlett
2004-01-14
2
-0
/
+65
*
* allow dns lookups to be disabled for DOMAIN#1c (and #1b)
Gerald Carter
2004-01-13
1
-7
/
+26
*
On systems without a working cracklib, ensure we don't include the header
Andrew Bartlett
2004-01-12
1
-0
/
+2
*
fixing compile problems due to my recent ads.h changes
Gerald Carter
2004-01-12
2
-2
/
+2
*
First stab at cracklib support (password quality checking) in Samba 3.0
Andrew Bartlett
2004-01-12
4
-26
/
+79
*
update copyright to -2004
Stefan Metzmacher
2004-01-11
4
-4
/
+4
*
Fix swatdir location for --with-fhs
Jelmer Vernooij
2004-01-10
1
-0
/
+1
*
fix some warnings from the Sun compiler
Gerald Carter
2004-01-09
6
-34
/
+34
*
Romve debugging assertions (oops...)
Andrew Bartlett
2004-01-09
1
-6
/
+0
*
Add a new type of name lookup 'ads'. This seperates this from normal
Andrew Bartlett
2004-01-09
1
-33
/
+59
*
Use StrCaseCmp, not strcasecmp. Should fix winbind build on IRIX
Jelmer Vernooij
2004-01-08
1
-2
/
+2
*
fix segfault when sid_ptr == 0 in DsEnumDomainTrusts() reply
Gerald Carter
2004-01-08
2
-6
/
+5
*
fix a seg fault caused by abartlet's last checkin; there's no way this could ...
Gerald Carter
2004-01-08
1
-1
/
+1
*
use SAFE_FREE(), not free().
Andrew Bartlett
2004-01-08
1
-1
/
+1
*
This merges in my 'always use ADS' patch. Tested on a mix of NT and ADS
Andrew Bartlett
2004-01-08
20
-158
/
+298
*
In tdb_allocate(), we would create a new record by writing a local variable
Andrew Bartlett
2004-01-08
1
-0
/
+2
*
Make it clearer that the domain here is the domain of the user for
Andrew Bartlett
2004-01-08
1
-5
/
+5
*
Move more of winbind to use 'find_our_domain()' rather than the dangerous
Andrew Bartlett
2004-01-08
5
-48
/
+38
*
The correct test for 'is our primary domain' is domain->primary
Andrew Bartlett
2004-01-08
1
-1
/
+1
*
Machines are people too!
Andrew Bartlett
2004-01-07
5
-36
/
+25
*
Fix for bug #922. Fast path not called for strlower_m() and strupper_m().
Jeremy Allison
2004-01-07
1
-2
/
+2
*
Typo fix.
Rafal Szczesniak
2004-01-07
1
-1
/
+1
*
Doxygen comment fix.
Rafal Szczesniak
2004-01-07
1
-2
/
+5
*
Fix from Justin Baugh <justin.baugh@request.com> for bugid #948 for
Jeremy Allison
2004-01-07
1
-1
/
+4
*
commiting jra's fix for Exchange clear test auth
Gerald Carter
2004-01-07
1
-1
/
+2
*
Fix from Luke Howard <lukeh@PADL.COM> for incorrect early free().
Jeremy Allison
2004-01-07
1
-5
/
+7
*
Don't duplicate pulling the 'IPC' username from secrets.tdb, instead
Andrew Bartlett
2004-01-07
2
-7
/
+45
*
There is a German translation of swat -- surprise :-)
Volker Lendecke
2004-01-07
1
-5
/
+5
*
Add smbget utility, a simple wget-like utility that uses libsmbclient.
Jelmer Vernooij
2004-01-07
2
-1
/
+581
*
Fix segfualt caused by incorrect configuration. If lp_realm() was not set,
Andrew Bartlett
2004-01-06
1
-5
/
+9
*
Patch penguin. Cleaning out old mbp patch.
Jeremy Allison
2004-01-06
1
-22
/
+24
*
Fix -s option to smbcontrol (#908)
Jelmer Vernooij
2004-01-06
1
-1
/
+1
*
remove unused seek_file(); don't hardcode '\' when printing the auth-user
Gerald Carter
2004-01-06
2
-26
/
+1
*
bumping to 3.0.2pre2
Gerald Carter
2004-01-06
1
-1
/
+1
*
isolate ldap debug messages to the common smbldap_XXX() functions
Gerald Carter
2004-01-06
3
-12
/
+9
*
XFS quota patch from Stefan Metzmacher <metze@metzemix.de>.
Jeremy Allison
2004-01-06
5
-42
/
+74
*
Correctly detect AFS headers on SuSE in /usr/include/afs/afs/
Volker Lendecke
2004-01-06
1
-6
/
+46
*
Patch by Stefan Metzmacher <metze@metzemix.de>:
Andrew Bartlett
2004-01-06
1
-0
/
+4
*
Patch based on work from James Peach <jpeach@sgi.com> to convert over to
Jeremy Allison
2004-01-06
8
-133
/
+323
*
Ensure that for wbinfo --set-auth-user, we actually use the domain.
Andrew Bartlett
2004-01-06
1
-2
/
+2
*
cifs mount helper merge
Steve French
2004-01-05
1
-226
/
+450
*
Fix more cases to ensure that as a server, we don't complain to the client
Andrew Bartlett
2004-01-05
1
-3
/
+1
*
Added last missing file.
Jeremy Allison
2004-01-05
1
-0
/
+486
*
Oops. Broke the build. Added missing files.
Jeremy Allison
2004-01-05
4
-0
/
+1109
*
Fix from James Flemer <jflemer@uvm.edu> to make HAVE_ATTR_LIST linked to
Jeremy Allison
2004-01-05
1
-3
/
+3
*
fix inverted check using krb5_kt_resolve() and HAVE_MEMORY_KEYTAB; bug 912
Gerald Carter
2004-01-05
1
-2
/
+2
*
Patch from Stefan (metze) Metzmacher <metze at metzemix.de> to revert to 2.2....
Jeremy Allison
2004-01-05
5
-776
/
+133
*
Ensure we set "always sign" flag if set. We don't currently do anything with
Jeremy Allison
2004-01-05
1
-0
/
+4
*
Fix warning
Volker Lendecke
2004-01-05
1
-1
/
+1
[prev]
[next]