index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
getpwnam_alloc -> getpwnam
Simo Sorce
2002-01-21
1
-9
/
+8
*
hmm, get it right this time.
Simo Sorce
2002-01-21
1
-1
/
+1
*
fix also the comment.
Simo Sorce
2002-01-21
1
-2
/
+5
*
replace getpwnam_alloc with plain getpwnam.
Simo Sorce
2002-01-21
1
-2
/
+1
*
Make the -L option to smbclient slightly less gross:
Martin Pool
2002-01-21
1
-4
/
+22
*
Spelling fix.
Tim Potter
2002-01-21
1
-1
/
+1
*
getpwnam -> getpwnam_alloc
Andrew Bartlett
2002-01-21
1
-2
/
+3
*
getpwnam -> getpwnam_alloc
Andrew Bartlett
2002-01-21
1
-1
/
+2
*
One less Get_Pwnam_Modify call!
Andrew Bartlett
2002-01-21
1
-5
/
+0
*
Add the -s command to keep smbpasswd quiet during the tests.
Andrew Bartlett
2002-01-21
1
-2
/
+2
*
Inititialise the gid to what standard_sub_advanced wants for 'no value'.
Andrew Bartlett
2002-01-20
1
-1
/
+1
*
Fix the negation of the extra parinoia check on machine password changes.
Andrew Bartlett
2002-01-20
1
-1
/
+1
*
Also echo the smbpasswd command line
Andrew Bartlett
2002-01-20
1
-0
/
+1
*
Spelling fixes.
Tim Potter
2002-01-20
3
-13
/
+15
*
This should get the oldstyle domain join tests working again.
Andrew Bartlett
2002-01-20
1
-1
/
+1
*
A couple more little fixes for the domain security tests.
Andrew Bartlett
2002-01-20
2
-5
/
+5
*
Vance and his eagle eyes spotted a copy and paste error in my smb.conf updates.
Andrew Bartlett
2002-01-20
1
-11
/
+0
*
Try to see if we can get these tests working...
Andrew Bartlett
2002-01-20
2
-5
/
+1
*
fixes from 2.2
Simo Sorce
2002-01-20
1
-93
/
+127
*
This is another *BIG* change...
Andrew Bartlett
2002-01-20
26
-721
/
+1363
*
Kill off another ugly wart from the side of the passdb subsystem.
Andrew Bartlett
2002-01-20
8
-70
/
+23
*
Fix up an embarrsing bug I introduced when I moved the id21/id23 -> SAM_ACCOUNT
Andrew Bartlett
2002-01-20
1
-20
/
+40
*
Kill off the old varient of 'check_plaintext_password' (new version just
Andrew Bartlett
2002-01-20
2
-103
/
+28
*
Add a touch of 'const' to some auth components, and move the simple plaintext
Andrew Bartlett
2002-01-20
2
-32
/
+41
*
Fix a couple of memory leaks in the cli_establish_connection() code's failure
Andrew Bartlett
2002-01-20
1
-0
/
+2
*
This is the current patch from Luke Leighton <lckl@samba-tng.org> to add a
Andrew Bartlett
2002-01-20
9
-95
/
+341
*
This patch makes the 'winbind use default domain' code interact better with
Andrew Bartlett
2002-01-20
16
-148
/
+134
*
Ensure identical between 2.2.3 and 3.0 - no need for difference here..
Jeremy Allison
2002-01-20
1
-1
/
+0
*
Fix file size calculations for write cache code.
Jeremy Allison
2002-01-20
1
-5
/
+41
*
Attempt to fix bugs in write cache code (yes I know it's going away :-).
Jeremy Allison
2002-01-20
2
-3
/
+21
*
Readline has problems on non tty fd's. Use readline replacement to in cases
Jeremy Allison
2002-01-19
1
-31
/
+32
*
Added #ifdef for FreeBSD TCP bug.
Jeremy Allison
2002-01-19
1
-0
/
+4
*
Report write fail in smb_dump.
Jeremy Allison
2002-01-19
1
-1
/
+3
*
Fix to close winbindd_idmap on exit. Pointed out by Alexander Bokovoy.
Jeremy Allison
2002-01-19
3
-0
/
+10
*
fixes (asprintf) from 2.2
Simo Sorce
2002-01-19
5
-17
/
+24
*
Fix up runlist botchup.
Andrew Bartlett
2002-01-19
1
-3
/
+3
*
Update the build farm's test runlist and make it a bit easier to read.
Andrew Bartlett
2002-01-18
1
-1
/
+12
*
Don't do tridge's crazy 'am I a trusted domain' lookup for guests.
Andrew Bartlett
2002-01-18
1
-9
/
+12
*
Ensure (C) message is output on startup.
Jeremy Allison
2002-01-18
2
-4
/
+4
*
If 127.0.0.1 matches both allow & deny then allow. Patch from Steve Langasek ...
Jeremy Allison
2002-01-18
1
-1
/
+7
*
This is the 'winbind default domain' patch from Alexander Bokovoy
Andrew Bartlett
2002-01-18
12
-51
/
+178
*
Tidyup & code refactoring from Martin.Sheppard@csiro.au.
Jeremy Allison
2002-01-18
1
-26
/
+23
*
Ensure we log tdb open fails. Patch from Alexander Bokovoy <a.bokovoy@sam-sol...
Jeremy Allison
2002-01-18
1
-4
/
+2
*
Added prs_mem_clear(). Clear memory on buffer reallocation. That way
Jeremy Allison
2002-01-18
2
-11
/
+19
*
Always clear malloced memory for parse structs.
Jeremy Allison
2002-01-18
1
-0
/
+1
*
A nice *big* change to the fundemental way we do things.
Andrew Bartlett
2002-01-17
19
-72
/
+243
*
Move the bang (!) command back to the bottom of the list, allowing smbclient
Andrew Bartlett
2002-01-17
1
-1
/
+3
*
Made a debug look nicer.
Tim Potter
2002-01-17
1
-1
/
+2
*
Added some guards.
Tim Potter
2002-01-17
1
-0
/
+4
*
Fixed typo.
Tim Potter
2002-01-17
1
-1
/
+1
[prev]
[next]