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
*
r8642: - fixed install of new swat files
Andrew Tridgell
2007-10-10
2
-8
/
+2
*
r8640: continue the trend by moving the ejs random calls into an object
Andrew Tridgell
2007-10-10
3
-5
/
+19
*
r8639: moved loadparm calls into an ejs object
Andrew Tridgell
2007-10-10
8
-20
/
+42
*
r8638: continue the trend of maknig our C functions true ejs objects by makin...
Andrew Tridgell
2007-10-10
4
-7
/
+26
*
r8637: added sys.stat() and sys.lstat() calls
Andrew Tridgell
2007-10-10
1
-0
/
+71
*
r8636: fixed the ejs ldb test to work with the new ldb.search() syntax, and
Andrew Tridgell
2007-10-10
2
-10
/
+8
*
r8635: make object inheritance with the builtin objects easy by allowing
Andrew Tridgell
2007-10-10
5
-27
/
+33
*
r8634: we are still getting occasional test failures due to disk space
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r8633: check for valid input to ejs_userAuth()
Andrew Tridgell
2007-10-10
1
-0
/
+5
*
r8632: use <pre> around displayed exceptions
Andrew Tridgell
2007-10-10
1
-1
/
+3
*
r8631: give an error on incorrect argument count
Andrew Tridgell
2007-10-10
2
-5
/
+4
*
r8630: give a much nicer backtrace on assert() failures in ejs
Andrew Tridgell
2007-10-10
3
-20
/
+25
*
r8629: - moved the getDomainList() call out of smbcalls_auth.c and into libjs...
Andrew Tridgell
2007-10-10
3
-30
/
+27
*
r8628: add retries to the normal paths of nbt name resolution. UDP broadcasts...
Andrew Tridgell
2007-10-10
1
-2
/
+2
*
r8627: fixed a big memory leak in the spnego gensec code in session
Andrew Tridgell
2007-10-10
1
-2
/
+3
*
r8626: fixed a typo
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r8625: move the ldb_wrap logic into the ldb code. This logic is meant to
Andrew Tridgell
2007-10-10
7
-61
/
+132
*
r8624: removed valgrind comment on tdb that no longer applies
Andrew Tridgell
2007-10-10
1
-19
/
+0
*
r8623: Fix warnings in ODL-generated code.
Jelmer Vernooij
2007-10-10
2
-0
/
+2
*
r8622: Support parsing new structs/unions/enums/bitmaps without typedef in
Jelmer Vernooij
2007-10-10
2
-646
/
+757
*
r8621: Simplify code. Add support for nested structures back into the header ...
Jelmer Vernooij
2007-10-10
6
-165
/
+80
*
r8614: Add COMRESULT/HRESULT scalar type
Jelmer Vernooij
2007-10-10
3
-1
/
+23
*
r8613: Remove a couple of empty loops.
Jelmer Vernooij
2007-10-10
1
-2
/
+5
*
r8612: Parse::Pidl::NDR:
Jelmer Vernooij
2007-10-10
3
-201
/
+11
*
r8603: we have to use the same db name as the rest of smbd uses so the ldb co...
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r8602: allow options in ldb connect calls
Andrew Tridgell
2007-10-10
1
-2
/
+3
*
r8601: fixed null termination in ltdb connect error
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r8600: fixed null termination on some error messages in ldb
Andrew Tridgell
2007-10-10
1
-3
/
+3
*
r8599: null terminate the argv list in string C functions
Andrew Tridgell
2007-10-10
1
-1
/
+2
*
r8598: move provisioning to /install/ directory from /esptest/
Andrew Tridgell
2007-10-10
5
-2
/
+14
*
r8594: more placeholder pages for server status
Andrew Tridgell
2007-10-10
5
-10
/
+52
*
r8593: register the rpc server with irpc
Andrew Tridgell
2007-10-10
1
-0
/
+3
*
r8591: - added a simple 2 level menu structure to swat. Deryck, I know this
Andrew Tridgell
2007-10-10
22
-17
/
+120
*
r8590: added server status utility functions for checking on the status of a ...
Andrew Tridgell
2007-10-10
2
-0
/
+80
*
r8589: - support --version option to smbstatus
Andrew Tridgell
2007-10-10
1
-0
/
+2
*
r8588: register wins server with irpc
Andrew Tridgell
2007-10-10
1
-0
/
+3
*
r8587: - fixed ref allocation in irpc replies
Andrew Tridgell
2007-10-10
2
-8
/
+28
*
r8586: register the kdc with irpc so we can tell that it is up
Andrew Tridgell
2007-10-10
1
-0
/
+3
*
r8585: add to ldb and ldap comparison functionality
Simo Sorce
2007-10-10
7
-287
/
+537
*
r8584: added --nbt option to smbstatus for nbt server statistics
Andrew Tridgell
2007-10-10
2
-3
/
+47
*
r8583: nicer smbstatus output
Andrew Tridgell
2007-10-10
1
-13
/
+45
*
r8582: added sys.httptime() call, to display a NTTIME as a http time string
Andrew Tridgell
2007-10-10
1
-0
/
+19
*
r8581: fixed handling of 64 bit integers in rpc calls from ejs
Andrew Tridgell
2007-10-10
1
-14
/
+8
*
r8580: try to fix the build on stratus
Andrew Tridgell
2007-10-10
1
-12
/
+8
*
r8579: recognise the name 'localhost' as 127.0.0.1. This solves a problem
Andrew Tridgell
2007-10-10
1
-0
/
+5
*
r8578: Fix overlapping sections in SWAT.
Deryck Hodge
2007-10-10
1
-1
/
+1
*
r8577: added management calls to list current tree connects
Andrew Tridgell
2007-10-10
6
-2
/
+102
*
r8576: install scripts from scripting/bin/
Andrew Tridgell
2007-10-10
2
-3
/
+9
*
r8575: the beginnings of a smbstatus command
Andrew Tridgell
2007-10-10
2
-0
/
+59
*
r8574: added server side irpc calls for listing the current sessions
Andrew Tridgell
2007-10-10
6
-4
/
+131
[next]