1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-14 19:24:43 +03:00

11232 Commits

Author SHA1 Message Date
Jelmer Vernooij
d453b656e5 Use execinfo.h to get prototypes for backtrace_symbols (fixes
some warnings)
-
Jelmer Vernooij
af98285f4e Fix $LDAP_LIBS -
Jelmer Vernooij
bf439d733d Output backtrace to logfile in smb_panic(), as suggested by mbp
(only on systems that support it, of course)
-
Jelmer Vernooij
adbb714ade - Patch from John to update PDC-HOWTO, add ServerType and CUPS (not finished yet)
- Regenerate docs
- Update docs-status
-
Jelmer Vernooij
1e1544ecc1 Don't do $(MAKE) modules_clean twice in a row - it breaks the build... -
Jelmer Vernooij
cf73797d11 Give PARAMS_OBJ more priority -
Jelmer Vernooij
c682d5abf3 Fix two typos -
Jelmer Vernooij
02d202034d Do $(MAKE) modules_clean when compiling dynconfig.o. It's not the
most elegant solution, but it works.
-
Jelmer Vernooij
0ab6e96c9b Add notes about the rebuilding of files -
Jelmer Vernooij
e193b47259 Always rebuild modules after running ./configure (to prevent
undefined symbol errors)
-
Jelmer Vernooij
0558cae208 Add example version identifier -
Jelmer Vernooij
cdfb0161ad Add documentation on unicode -
Jelmer Vernooij
2018b331a1 Add info about dual daemon mode -
Jelmer Vernooij
760fd4e5c4 Remove old check for TDB SAM (we now have --with-{static,shared}-modules=pdb_tdbsam) -
Alexander Bokovoy
1c53686f3a Fix another opened-but-not-closed tag -
Jelmer Vernooij
71b05cd14a - Support building all auth modules as .so's
- Change 2 variable names to avoid conflicts (patch by Stephan Kulow <coolo@kde.org>)
-
Jelmer Vernooij
6ab41e50fd Don't use 'opt' -
Jelmer Vernooij
094eed2c62 Make variables static to satisfy exotic compilers -
Alexander Bokovoy
ec6b9e62fb Fixed opened-but-not-closed listitem/varlistentry for LDAPADMINDN -
Jelmer Vernooij
3a2ed0da40 Print list of builtin modules in 'smbd -b' -
Jelmer Vernooij
0f724be384 Remove obsolete defines (because of new modules system). We need
a way to track which modules have been builtin
-
Jelmer Vernooij
37ee8aecf4 We need to 'preprocess' in popt_common_samba as well -
Andrew Bartlett
5562f1865c Fix debug (thanks metze)
Andrew Bartlett
-
Volker Lendecke
8e3f300f21 Make auth.c compile again. I'm not sure what this does though...
Volker
-
Alexander Bokovoy
44d9062f91 Fix missing tag pairs -
Andrew Bartlett
34934d2edf Make these functions static, keep them out of proto. -
Volker Lendecke
12fabd0714 Apply metze's change correctly this time. Playing 'patch' by
hand can be somewhat error-prone..

Volker
-
Gerald Carter
c458179d21 win9x was suffered a case of the blues during a domain logon.
For some reason, explicitly setting the service type during the
tcon&X fixes this.
-
Jelmer Vernooij
3defbd5e06 - Add support to auth/ for the new modules system
- Quite some small fixes (also fixes the build)
-
Jelmer Vernooij
898a246c16 Fix two typos -
Jelmer Vernooij
bb943a68af When using --with-static-modules=subsystem, don't build modules that
can't be build
-
Jelmer Vernooij
9bec688904 Add notes for packagers -
Jelmer Vernooij
4dd1679043 Give error message when module doesn't seem to contain
pipe functions
-
Jelmer Vernooij
f622bdc691 Simplify modules interface and make it easier to build
complete subsystems as modules (--with-shared-modules=rpc,pdb_xml,pdb_ldap
works now, for example)
-
Jelmer Vernooij
269c93ca26 Add static to satisfy exotic compilers -
Jelmer Vernooij
1481cd9ecf Add mapping for Bad Network Path -
Jelmer Vernooij
2cb2301638 Remove documentation for removed options -
Jelmer Vernooij
8df30059ef Don't use old usage() function, but the one from popt.
Remove some useless arguments
-
Jelmer Vernooij
bd197baa86 editreg, wrepld and ntlm_aut aren't documented yet.. -
Jelmer Vernooij
d5f9b0275c Revoke some of the popt patch from metze I applied earlier today. It added
some double options and broke some parameters.
-
Jelmer Vernooij
adafcbb9af Document common arguments with entities -
Jelmer Vernooij
cf3d31b980 Add modules support to charset -
Jelmer Vernooij
de4bdf42d8 Define POPT_TABLEEND if current popt.h doesn't contain it already -
Jelmer Vernooij
27f3fbac72 Fix init function name and return value -
Jelmer Vernooij
2ddfed298d Patch from metze to generalise POPT_COMMON_SAMBA, with some minor changes -
Tim Potter
55a341a367 Started working on python routines to add and delete domain users.
Unfortunately users get created with the ACB mask set to disabled and
must change password.  The set_user_info2 call required to fix this
doesn't quite work yet...
-
Jelmer Vernooij
5bf945d869 Build the profiles.1 and smbtree.1 manpages -
Jelmer Vernooij
aa528bf0f2 Document Tim's smbtree program -
Volker Lendecke
80d2578108 Implement abartlet's suggestion to add attribs to ldap if they
are 'SET' when adding the account.

I really don't like passing flags down to inner routines and
complicated if/else conditions, but this time he might be right. ;-)

Volker
-
Jelmer Vernooij
18d52ce914 Convert to popt. -